Searched refs:y17 (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 86 y17 = y10 ^ y11; in br_aes_ct_bitslice_Sbox() 106 t13 = y14 & y17; in br_aes_ct_bitslice_Sbox() 148 z7 = t45 & y17; 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 86 y17 = y10 ^ y11; in br_aes_ct64_bitslice_Sbox() 106 t13 = y14 & y17; in br_aes_ct64_bitslice_Sbox() 148 z7 = t45 & y17; 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 260 y17 = (uint32_t)0xF0168AA3 ^ (x0 & (uint32_t)0x3B0FE8AE); in Fconf() 284 y8 = y16 ^ (x1 & y17); in Fconf()
|