Searched refs:y20 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/symcipher/
H A Daes_ct.c44 uint32_t y20, y21; local
81 y20 = t1 ^ x1;
84 y11 = y20 ^ y9;
114 t21 = t17 ^ y20;
H A Ddes_ct.c208 uint32_t y20, y21, y22, y23, y24, y25, y26, y27, y28, y29; local
263 y20 = (uint32_t)0x5391BE65 ^ (x0 & (uint32_t)0x0103BE88);
286 y10 = y20 ^ (x1 & y21);
H A Daes_ct64.c44 uint64_t y20, y21; local
81 y20 = t1 ^ x1;
84 y11 = y20 ^ y9;
114 t21 = t17 ^ y20;

Completed in 132 milliseconds