Searched refs:t36 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_ct.c | 50 uint32_t t30, t31, t32, t33, t34, t35, t36, t37, t38, t39; in br_aes_ct_bitslice_Sbox() local 130 t36 = t24 & t35; in br_aes_ct_bitslice_Sbox() 131 t37 = t36 ^ t34; in br_aes_ct_bitslice_Sbox() 132 t38 = t27 ^ t36; in br_aes_ct_bitslice_Sbox()
|
H A D | aes_ct64.c | 50 uint64_t t30, t31, t32, t33, t34, t35, t36, t37, t38, t39; in br_aes_ct64_bitslice_Sbox() local 130 t36 = t24 & t35; in br_aes_ct64_bitslice_Sbox() 131 t37 = t36 ^ t34; in br_aes_ct64_bitslice_Sbox() 132 t38 = t27 ^ t36; in br_aes_ct64_bitslice_Sbox()
|