Home
last modified time | relevance | path

Searched refs:y13 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du8.h2 __m256i y0, y1, y2, y3, y4, y5, y6, y7, y8, y9, y10, y11, y12, y13, y14, variable
129 y13 = z5;
130 y13 = _mm256_add_epi32(y13, z9);
131 r13 = y13;
132 y13 = _mm256_slli_epi32(y13, 9);
133 z13 = _mm256_xor_si256(z13, y13);
321 y13 = z15;
322 y13 = _mm256_add_epi32(y13, z12);
323 r13 = y13;
324 y13 = _mm256_slli_epi32(y13, 9);
[all …]
H A Du4.h2 __m128i y0, y1, y2, y3, y4, y5, y6, y7, y8, y9, y10, y11, y12, y13, y14, variable
129 y13 = z5;
130 y13 = _mm_add_epi32(y13, z9);
131 r13 = y13;
132 y13 = _mm_slli_epi32(y13, 9);
133 z13 = _mm_xor_si128(z13, y13);
321 y13 = z15;
322 y13 = _mm_add_epi32(y13, z12);
323 r13 = y13;
324 y13 = _mm_slli_epi32(y13, 9);
[all …]
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_ct.c43 uint32_t y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in br_aes_ct_bitslice_Sbox() local
69 y13 = x0 ^ x6; in br_aes_ct_bitslice_Sbox()
75 y12 = y13 ^ y14; in br_aes_ct_bitslice_Sbox()
89 y21 = y13 ^ y16; in br_aes_ct_bitslice_Sbox()
100 t7 = y13 & y16; in br_aes_ct_bitslice_Sbox()
153 z12 = t43 & y13; in br_aes_ct_bitslice_Sbox()
H A Daes_ct64.c43 uint64_t y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in br_aes_ct64_bitslice_Sbox() local
69 y13 = x0 ^ x6; in br_aes_ct64_bitslice_Sbox()
75 y12 = y13 ^ y14; in br_aes_ct64_bitslice_Sbox()
89 y21 = y13 ^ y16; in br_aes_ct64_bitslice_Sbox()
100 t7 = y13 & y16; in br_aes_ct64_bitslice_Sbox()
153 z12 = t43 & y13; in br_aes_ct64_bitslice_Sbox()
H A Ddes_ct.c207 uint32_t y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in Fconf() local
256 y13 = (uint32_t)0x21C83200 ^ (x0 & (uint32_t)0x11CCA000); in Fconf()
282 y6 = y12 ^ (x1 & y13); in Fconf()
289 y13 = y26 ^ (x1 & y27); in Fconf()
299 y6 = y12 ^ (x2 & y13); in Fconf()