Home | Sort by: relevance | last modified time | path |
/src/sys/crypto/aes/ | |
aes_ct.c | 57 uint32_t y20, y21; local in function:br_aes_ct_bitslice_Sbox 94 y20 = t1 ^ x1; 97 y11 = y20 ^ y9; 127 t21 = t17 ^ y20; |
/src/sys/crypto/aes/arch/x86/ | |
aes_sse2.c | 60 __m128i y20, y21; local in function:aes_sse2_bitslice_Sbox 97 y20 = t1 ^ x1; 100 y11 = y20 ^ y9; 130 t21 = t17 ^ y20; |