Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du8.h3 y15; variable
233 y15 = z7;
234 y15 = _mm256_add_epi32(y15, z11);
235 r15 = y15;
236 y15 = _mm256_slli_epi32(y15, 18);
237 z15 = _mm256_xor_si256(z15, y15);
353 y15 = z13;
354 y15 = _mm256_add_epi32(y15, z14);
355 r15 = y15;
356 y15 = _mm256_slli_epi32(y15, 18);
[all …]
H A Du4.h3 y15; variable
233 y15 = z7;
234 y15 = _mm_add_epi32(y15, z11);
235 r15 = y15;
236 y15 = _mm_slli_epi32(y15, 18);
237 z15 = _mm_xor_si128(z15, y15);
353 y15 = z13;
354 y15 = _mm_add_epi32(y15, z14);
355 r15 = y15;
356 y15 = _mm_slli_epi32(y15, 18);
[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
80 y15 = t1 ^ x5; in br_aes_ct_bitslice_Sbox()
82 y6 = y15 ^ x7; in br_aes_ct_bitslice_Sbox()
83 y10 = y15 ^ t0; in br_aes_ct_bitslice_Sbox()
95 t2 = y12 & y15; in br_aes_ct_bitslice_Sbox()
141 z0 = t44 & y15; 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
80 y15 = t1 ^ x5; in br_aes_ct64_bitslice_Sbox()
82 y6 = y15 ^ x7; in br_aes_ct64_bitslice_Sbox()
83 y10 = y15 ^ t0; in br_aes_ct64_bitslice_Sbox()
95 t2 = y12 & y15; in br_aes_ct64_bitslice_Sbox()
141 z0 = t44 & y15; 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
291 y15 = y30; /* was: y30 ^ (x1 & y31) */ in Fconf()
300 y7 = y14 ^ (x2 & y15); in Fconf()