Searched refs:t62 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_ct.c | 53 uint32_t t60, t61, t62, t63, t64, t65, t66, t67; in br_aes_ct_bitslice_Sbox() local 179 t62 = t52 ^ t58; in br_aes_ct_bitslice_Sbox() 182 t65 = t61 ^ t62; in br_aes_ct_bitslice_Sbox() 185 s6 = t56 ^ ~t62; in br_aes_ct_bitslice_Sbox()
|
H A D | aes_ct64.c | 53 uint64_t t60, t61, t62, t63, t64, t65, t66, t67; in br_aes_ct64_bitslice_Sbox() local 179 t62 = t52 ^ t58; in br_aes_ct64_bitslice_Sbox() 182 t65 = t61 ^ t62; in br_aes_ct64_bitslice_Sbox() 185 s6 = t56 ^ ~t62; in br_aes_ct64_bitslice_Sbox()
|