Searched refs:y27 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c159 uint32_t y01, y25, y34, y67, y04, y05, y27, y37; \
169 y27 = y25+y67; \
170 t5 = rotl32(y27 + y4, 20); \
171 t6 = rotl32(y27 + y1, 25); \
176 uint64_t y01, y25, y34, y67, y04, y05, y27, y37; \
186 y27 = y25+y67; \
187 t5 = rotl64(y27 + y4, 44); \
188 t6 = rotl64(y27 + y1, 48); \
/freebsd-13-stable/contrib/bearssl/src/symcipher/
H A Ddes_ct.c208 uint32_t y20, y21, y22, y23, y24, y25, y26, y27, y28, y29; local
270 y27 = (uint32_t)0xBC8F96A5 ^ (x0 & (uint32_t)0x6EA0AB4A);
289 y13 = y26 ^ (x1 & y27);

Completed in 47 milliseconds