Searched refs:y11 (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 209 y11 = z3; 210 y11 = _mm256_add_epi32(y11, z7); 211 r11 = y11; 212 y11 = _mm256_slli_epi32(y11, 13); 213 z11 = _mm256_xor_si256(z11, y11); 297 y11 = z9; 298 y11 = _mm256_add_epi32(y11, z10); 299 r11 = y11; 300 y11 = _mm256_slli_epi32(y11, 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 209 y11 = z3; 210 y11 = _mm_add_epi32(y11, z7); 211 r11 = y11; 212 y11 = _mm_slli_epi32(y11, 13); 213 z11 = _mm_xor_si128(z11, y11); 297 y11 = z9; 298 y11 = _mm_add_epi32(y11, z10); 299 r11 = y11; 300 y11 = _mm_slli_epi32(y11, 7); [all …]
|
/freebsd/contrib/bearssl/src/symcipher/ |
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 84 y11 = y20 ^ y9; in br_aes_ct_bitslice_Sbox() 85 y7 = x7 ^ y11; in br_aes_ct_bitslice_Sbox() 86 y17 = y10 ^ y11; in br_aes_ct_bitslice_Sbox() 88 y16 = t0 ^ y11; in br_aes_ct_bitslice_Sbox() 105 t12 = y9 & y11; in br_aes_ct_bitslice_Sbox() 147 z6 = t42 & y11; 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 84 y11 = y20 ^ y9; in br_aes_ct64_bitslice_Sbox() 85 y7 = x7 ^ y11; in br_aes_ct64_bitslice_Sbox() 86 y17 = y10 ^ y11; in br_aes_ct64_bitslice_Sbox() 88 y16 = t0 ^ y11; in br_aes_ct64_bitslice_Sbox() 105 t12 = y9 & y11; in br_aes_ct64_bitslice_Sbox() 147 z6 = t42 & y11; in br_aes_ct64_bitslice_Sbox()
|
H A D | des_ct.c | 207 uint32_t y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in Fconf() local 254 y11 = (uint32_t)0x59A9A22D ^ (x0 & (uint32_t)0x238F1572); in Fconf() 281 y5 = y10 ^ (x1 & y11); in Fconf() 287 y11 = y22 ^ (x1 & y23); in Fconf() 298 y5 = y10 ^ (x2 & y11); in Fconf()
|