Searched refs:y16 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_ct.c | 43 uint32_t y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in br_aes_ct_bitslice_Sbox() local 88 y16 = t0 ^ y11; in br_aes_ct_bitslice_Sbox() 89 y21 = y13 ^ y16; in br_aes_ct_bitslice_Sbox() 90 y18 = x0 ^ y16; in br_aes_ct_bitslice_Sbox() 100 t7 = y13 & y16; in br_aes_ct_bitslice_Sbox() 144 z3 = t43 & y16; in br_aes_ct_bitslice_Sbox()
|
H A D | aes_ct64.c | 43 uint64_t y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in br_aes_ct64_bitslice_Sbox() local 88 y16 = t0 ^ y11; in br_aes_ct64_bitslice_Sbox() 89 y21 = y13 ^ y16; in br_aes_ct64_bitslice_Sbox() 90 y18 = x0 ^ y16; in br_aes_ct64_bitslice_Sbox() 100 t7 = y13 & y16; in br_aes_ct64_bitslice_Sbox() 144 z3 = t43 & y16; in br_aes_ct64_bitslice_Sbox()
|
H A D | des_ct.c | 207 uint32_t y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in Fconf() local 259 y16 = (uint32_t)0xAF7D655A ^ (x0 & (uint32_t)0x51B33BE9); in Fconf() 284 y8 = y16 ^ (x1 & y17); in Fconf()
|