Searched refs:t33 (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 127 t33 = t32 ^ t24; in br_aes_ct_bitslice_Sbox() 128 t34 = t23 ^ t33; in br_aes_ct_bitslice_Sbox() 129 t35 = t27 ^ t33; in br_aes_ct_bitslice_Sbox() 137 t42 = t29 ^ t33; in br_aes_ct_bitslice_Sbox() 139 t44 = t33 ^ t37; in br_aes_ct_bitslice_Sbox() 143 z2 = t33 & x7; in br_aes_ct_bitslice_Sbox() 152 z11 = t33 & y4; 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 127 t33 = t32 ^ t24; in br_aes_ct64_bitslice_Sbox() 128 t34 = t23 ^ t33; in br_aes_ct64_bitslice_Sbox() 129 t35 = t27 ^ t33; in br_aes_ct64_bitslice_Sbox() 137 t42 = t29 ^ t33; in br_aes_ct64_bitslice_Sbox() 139 t44 = t33 ^ t37; in br_aes_ct64_bitslice_Sbox() 143 z2 = t33 & x7; in br_aes_ct64_bitslice_Sbox() 152 z11 = t33 & y4; in br_aes_ct64_bitslice_Sbox()
|