Searched refs:y14 (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 169 y14 = z6; 170 y14 = _mm256_add_epi32(y14, z10); 171 r14 = y14; 172 y14 = _mm256_slli_epi32(y14, 7); 173 z14 = _mm256_xor_si256(z14, y14); 337 y14 = z12; 338 y14 = _mm256_add_epi32(y14, z13); 339 r14 = y14; 340 y14 = _mm256_slli_epi32(y14, 13); [all …]
|
H A D | u4.h | 2 __m128i y0, y1, y2, y3, y4, y5, y6, y7, y8, y9, y10, y11, y12, y13, y14, variable 169 y14 = z6; 170 y14 = _mm_add_epi32(y14, z10); 171 r14 = y14; 172 y14 = _mm_slli_epi32(y14, 7); 173 z14 = _mm_xor_si128(z14, y14); 337 y14 = z12; 338 y14 = _mm_add_epi32(y14, z13); 339 r14 = y14; 340 y14 = _mm_slli_epi32(y14, 13); [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 257 y14 = (uint32_t)0xA0E62188 ^ (x0 & (uint32_t)0x202F69AA); in Fconf() 283 y7 = y14; /* was: y14 ^ (x1 & y15) */ in Fconf() 290 y14 = y28 ^ (x1 & y29); in Fconf() 300 y7 = y14 ^ (x2 & y15); 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 68 y14 = x3 ^ x5; in br_aes_ct_bitslice_Sbox() 75 y12 = y13 ^ y14; in br_aes_ct_bitslice_Sbox() 106 t13 = y14 & y17; in br_aes_ct_bitslice_Sbox() 157 z16 = t45 & y14; 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 68 y14 = x3 ^ x5; in br_aes_ct64_bitslice_Sbox() 75 y12 = y13 ^ y14; in br_aes_ct64_bitslice_Sbox() 106 t13 = y14 & y17; in br_aes_ct64_bitslice_Sbox() 157 z16 = t45 & y14; in br_aes_ct64_bitslice_Sbox()
|