Searched refs:t37 (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 131 t37 = t36 ^ t34; in br_aes_ct_bitslice_Sbox() 136 t41 = t40 ^ t37; in br_aes_ct_bitslice_Sbox() 139 t44 = t33 ^ t37; in br_aes_ct_bitslice_Sbox() 142 z1 = t37 & y6; in br_aes_ct_bitslice_Sbox() 151 z10 = t37 & y3; 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 131 t37 = t36 ^ t34; in br_aes_ct64_bitslice_Sbox() 136 t41 = t40 ^ t37; in br_aes_ct64_bitslice_Sbox() 139 t44 = t33 ^ t37; in br_aes_ct64_bitslice_Sbox() 142 z1 = t37 & y6; in br_aes_ct64_bitslice_Sbox() 151 z10 = t37 & y3; in br_aes_ct64_bitslice_Sbox()
|