/src/sys/crypto/aes/ |
aes_ct.c | 66 uint32_t t60, t61, t62, t63, t64, t65, t66, t67; local in function:br_aes_ct_bitslice_Sbox 192 t62 = t52 ^ t58; 195 t65 = t61 ^ t62; 198 s6 = t56 ^ ~t62;
|
aes_ct.c | 66 uint32_t t60, t61, t62, t63, t64, t65, t66, t67; local in function:br_aes_ct_bitslice_Sbox 192 t62 = t52 ^ t58; 195 t65 = t61 ^ t62; 198 s6 = t56 ^ ~t62;
|
aes_ct.c | 66 uint32_t t60, t61, t62, t63, t64, t65, t66, t67; local in function:br_aes_ct_bitslice_Sbox 192 t62 = t52 ^ t58; 195 t65 = t61 ^ t62; 198 s6 = t56 ^ ~t62;
|
aes_ct.c | 66 uint32_t t60, t61, t62, t63, t64, t65, t66, t67; local in function:br_aes_ct_bitslice_Sbox 192 t62 = t52 ^ t58; 195 t65 = t61 ^ t62; 198 s6 = t56 ^ ~t62;
|
/src/sys/crypto/aes/arch/x86/ |
aes_sse2.c | 69 __m128i t60, t61, t62, t63, t64, t65, t66, t67; local in function:aes_sse2_bitslice_Sbox 195 t62 = t52 ^ t58; 198 t65 = t61 ^ t62; 201 s6 = t56 ^ ~t62;
|
aes_sse2.c | 69 __m128i t60, t61, t62, t63, t64, t65, t66, t67; local in function:aes_sse2_bitslice_Sbox 195 t62 = t52 ^ t58; 198 t65 = t61 ^ t62; 201 s6 = t56 ^ ~t62;
|
aes_sse2.c | 69 __m128i t60, t61, t62, t63, t64, t65, t66, t67; local in function:aes_sse2_bitslice_Sbox 195 t62 = t52 ^ t58; 198 t65 = t61 ^ t62; 201 s6 = t56 ^ ~t62;
|
aes_sse2.c | 69 __m128i t60, t61, t62, t63, t64, t65, t66, t67; local in function:aes_sse2_bitslice_Sbox 195 t62 = t52 ^ t58; 198 t65 = t61 ^ t62; 201 s6 = t56 ^ ~t62;
|