/src/sys/crypto/aes/ |
aes_bear.c | 162 uint32_t cv0, cv1, cv2, cv3; local in function:aesbear_cbc_enc 180 cv3 = le32dec(iv + 4*3); 187 q[2*3] = cv3 ^ le32dec(in + 4*3); 198 cv3 = q[2*3]; 202 le32enc(out + 4*3, cv3); 209 le32enc(iv + 4*3, cv3); 223 uint32_t cv0, cv1, cv2, cv3, iv0, iv1, iv2, iv3; local in function:aesbear_cbc_dec 244 cv3 = le32dec(in + nbytes - 16 + 4*3); 250 le32enc(iv + 4*3, cv3); 260 q[2*3] = cv3; [all...] |
aes_bear.c | 162 uint32_t cv0, cv1, cv2, cv3; local in function:aesbear_cbc_enc 180 cv3 = le32dec(iv + 4*3); 187 q[2*3] = cv3 ^ le32dec(in + 4*3); 198 cv3 = q[2*3]; 202 le32enc(out + 4*3, cv3); 209 le32enc(iv + 4*3, cv3); 223 uint32_t cv0, cv1, cv2, cv3, iv0, iv1, iv2, iv3; local in function:aesbear_cbc_dec 244 cv3 = le32dec(in + nbytes - 16 + 4*3); 250 le32enc(iv + 4*3, cv3); 260 q[2*3] = cv3; [all...] |
aes_bear.c | 162 uint32_t cv0, cv1, cv2, cv3; local in function:aesbear_cbc_enc 180 cv3 = le32dec(iv + 4*3); 187 q[2*3] = cv3 ^ le32dec(in + 4*3); 198 cv3 = q[2*3]; 202 le32enc(out + 4*3, cv3); 209 le32enc(iv + 4*3, cv3); 223 uint32_t cv0, cv1, cv2, cv3, iv0, iv1, iv2, iv3; local in function:aesbear_cbc_dec 244 cv3 = le32dec(in + nbytes - 16 + 4*3); 250 le32enc(iv + 4*3, cv3); 260 q[2*3] = cv3; [all...] |