Home
last modified time | relevance | path

Searched refs:y16 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_ct.c43 uint32_t y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in br_aes_ct_bitslice_Sbox() local
88 y16 = t0 ^ y11; in br_aes_ct_bitslice_Sbox()
89 y21 = y13 ^ y16; in br_aes_ct_bitslice_Sbox()
90 y18 = x0 ^ y16; in br_aes_ct_bitslice_Sbox()
100 t7 = y13 & y16; in br_aes_ct_bitslice_Sbox()
144 z3 = t43 & y16; in br_aes_ct_bitslice_Sbox()
H A Daes_ct64.c43 uint64_t y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in br_aes_ct64_bitslice_Sbox() local
88 y16 = t0 ^ y11; in br_aes_ct64_bitslice_Sbox()
89 y21 = y13 ^ y16; in br_aes_ct64_bitslice_Sbox()
90 y18 = x0 ^ y16; in br_aes_ct64_bitslice_Sbox()
100 t7 = y13 & y16; in br_aes_ct64_bitslice_Sbox()
144 z3 = t43 & y16; in br_aes_ct64_bitslice_Sbox()
H A Ddes_ct.c207 uint32_t y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in Fconf() local
259 y16 = (uint32_t)0xAF7D655A ^ (x0 & (uint32_t)0x51B33BE9); in Fconf()
284 y8 = y16 ^ (x1 & y17); in Fconf()