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

/netbsd-current/sys/crypto/aes/
H A Daes_ct.c57 uint32_t y20, y21; local
94 y20 = t1 ^ x1;
97 y11 = y20 ^ y9;
127 t21 = t17 ^ y20;
/netbsd-current/sys/crypto/aes/arch/x86/
H A Daes_sse2.c60 __m128i y20, y21; local
97 y20 = t1 ^ x1;
100 y11 = y20 ^ y9;
130 t21 = t17 ^ y20;

Completed in 197 milliseconds