Searched refs:y18 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | des_ct.c | 207 uint32_t y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in Fconf() local 261 y18 = (uint32_t)0x90AA30C6 ^ (x0 & (uint32_t)0x90BF8816); in Fconf() 285 y9 = y18 ^ (x1 & y19); in Fconf()
|
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 90 y18 = x0 ^ y16; in br_aes_ct_bitslice_Sbox() 117 t24 = t20 ^ y18; 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 90 y18 = x0 ^ y16; in br_aes_ct64_bitslice_Sbox() 117 t24 = t20 ^ y18; in br_aes_ct64_bitslice_Sbox()
|