Searched refs:y20 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_ct.c | 44 uint32_t y20, y21; in br_aes_ct_bitslice_Sbox() local 81 y20 = t1 ^ x1; in br_aes_ct_bitslice_Sbox() 84 y11 = y20 ^ y9; in br_aes_ct_bitslice_Sbox() 114 t21 = t17 ^ y20; in br_aes_ct_bitslice_Sbox()
|
H A D | aes_ct64.c | 44 uint64_t y20, y21; in br_aes_ct64_bitslice_Sbox() local 81 y20 = t1 ^ x1; in br_aes_ct64_bitslice_Sbox() 84 y11 = y20 ^ y9; in br_aes_ct64_bitslice_Sbox() 114 t21 = t17 ^ y20; in br_aes_ct64_bitslice_Sbox()
|
H A D | des_ct.c | 208 uint32_t y20, y21, y22, y23, y24, y25, y26, y27, y28, y29; in Fconf() local 263 y20 = (uint32_t)0x5391BE65 ^ (x0 & (uint32_t)0x0103BE88); in Fconf() 286 y10 = y20 ^ (x1 & y21); in Fconf()
|