Searched refs:t46 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_ct.c | 51 uint32_t t40, t41, t42, t43, t44, t45, t46, t47, t48, t49; in br_aes_ct_bitslice_Sbox() local 163 t46 = z15 ^ z16; in br_aes_ct_bitslice_Sbox() 175 t58 = z4 ^ t46; in br_aes_ct_bitslice_Sbox() 177 t60 = t46 ^ t57; in br_aes_ct_bitslice_Sbox()
|
H A D | aes_ct64.c | 51 uint64_t t40, t41, t42, t43, t44, t45, t46, t47, t48, t49; in br_aes_ct64_bitslice_Sbox() local 163 t46 = z15 ^ z16; in br_aes_ct64_bitslice_Sbox() 175 t58 = z4 ^ t46; in br_aes_ct64_bitslice_Sbox() 177 t60 = t46 ^ t57; in br_aes_ct64_bitslice_Sbox()
|