Searched refs:y12 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
H A D | u8.h | 2 __m256i y0, y1, y2, y3, y4, y5, y6, y7, y8, y9, y10, y11, y12, y13, y14, variable 137 y12 = z4; 138 y12 = _mm256_add_epi32(y12, z8); 139 r12 = y12; 140 y12 = _mm256_slli_epi32(y12, 13); 141 z12 = _mm256_xor_si256(z12, y12); 305 y12 = z14; 306 y12 = _mm256_add_epi32(y12, z15); 307 r12 = y12; 308 y12 = _mm256_slli_epi32(y12, 7); [all …]
|
H A D | u4.h | 2 __m128i y0, y1, y2, y3, y4, y5, y6, y7, y8, y9, y10, y11, y12, y13, y14, variable 137 y12 = z4; 138 y12 = _mm_add_epi32(y12, z8); 139 r12 = y12; 140 y12 = _mm_slli_epi32(y12, 13); 141 z12 = _mm_xor_si128(z12, y12); 305 y12 = z14; 306 y12 = _mm_add_epi32(y12, z15); 307 r12 = y12; 308 y12 = _mm_slli_epi32(y12, 7); [all …]
|
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | des_ct.c | 207 uint32_t y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in Fconf() local 255 y12 = (uint32_t)0xAC6D0BD4 ^ (x0 & (uint32_t)0x7A63C083); in Fconf() 282 y6 = y12 ^ (x1 & y13); in Fconf() 288 y12 = y24 ^ (x1 & y25); in Fconf() 299 y6 = y12 ^ (x2 & y13); in Fconf()
|
H A D | aes_ct.c | 43 uint32_t y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in br_aes_ct_bitslice_Sbox() local 75 y12 = y13 ^ y14; in br_aes_ct_bitslice_Sbox() 79 t1 = x4 ^ y12; in br_aes_ct_bitslice_Sbox() 95 t2 = y12 & y15; in br_aes_ct_bitslice_Sbox() 150 z9 = t44 & y12; in br_aes_ct_bitslice_Sbox()
|
H A D | aes_ct64.c | 43 uint64_t y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in br_aes_ct64_bitslice_Sbox() local 75 y12 = y13 ^ y14; in br_aes_ct64_bitslice_Sbox() 79 t1 = x4 ^ y12; in br_aes_ct64_bitslice_Sbox() 95 t2 = y12 & y15; in br_aes_ct64_bitslice_Sbox() 150 z9 = t44 & y12; in br_aes_ct64_bitslice_Sbox()
|