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 102 y21 = y13 ^ y16; 129 t23 = t19 ^ y21; |
/src/sys/crypto/aes/arch/x86/ | |
aes_sse2.c | 60 __m128i y20, y21; local in function:aes_sse2_bitslice_Sbox 105 y21 = y13 ^ y16; 132 t23 = t19 ^ y21; |