Searched refs:y21 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | des_ct.c | 208 uint32_t y20, y21, y22, y23, y24, y25, y26, y27, y28, y29; in Fconf() local 264 y21 = (uint32_t)0x93372BAF ^ (x0 & (uint32_t)0x49AC8E25); in Fconf() 286 y10 = y20 ^ (x1 & y21); in Fconf()
|
H A D | aes_ct.c | 44 uint32_t y20, y21; in br_aes_ct_bitslice_Sbox() local 89 y21 = y13 ^ y16; in br_aes_ct_bitslice_Sbox() 116 t23 = t19 ^ y21; in br_aes_ct_bitslice_Sbox()
|
H A D | aes_ct64.c | 44 uint64_t y20, y21; in br_aes_ct64_bitslice_Sbox() local 89 y21 = y13 ^ y16; in br_aes_ct64_bitslice_Sbox() 116 t23 = t19 ^ y21; in br_aes_ct64_bitslice_Sbox()
|