Searched refs:t40 (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 134 t40 = t25 ^ t39; in br_aes_ct_bitslice_Sbox() 136 t41 = t40 ^ t37; in br_aes_ct_bitslice_Sbox() 138 t43 = t29 ^ t40; in br_aes_ct_bitslice_Sbox() 145 z4 = t40 & y1; in br_aes_ct_bitslice_Sbox() 154 z13 = t40 & y5; 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 134 t40 = t25 ^ t39; in br_aes_ct64_bitslice_Sbox() 136 t41 = t40 ^ t37; in br_aes_ct64_bitslice_Sbox() 138 t43 = t29 ^ t40; in br_aes_ct64_bitslice_Sbox() 145 z4 = t40 & y1; in br_aes_ct64_bitslice_Sbox() 154 z13 = t40 & y5; in br_aes_ct64_bitslice_Sbox()
|