Searched refs:y19 (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 262 y19 = (uint32_t)0x5AB2750A ^ (x0 & (uint32_t)0x09E34F9B); 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 87 y19 = y10 ^ y8; in br_aes_ct_bitslice_Sbox() 115 t22 = t18 ^ y19; 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 87 y19 = y10 ^ y8; in br_aes_ct64_bitslice_Sbox() 115 t22 = t18 ^ y19; in br_aes_ct64_bitslice_Sbox()
|