Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c163 blockmix_salsa8_xor(const __m128i *Bin1, const __m128i *Bin2, __m128i *Bout, in blockmix_salsa8_xor() argument
170 XOR4_2(&Bin1[8 * r - 4], &Bin2[8 * r - 4]) in blockmix_salsa8_xor()
176 SALSA20_8_XOR(Bin2, Bout) in blockmix_salsa8_xor()
185 SALSA20_8_XOR(&Bin2[i * 8 + 4], &Bout[(r + i) * 4 + 4]) in blockmix_salsa8_xor()
193 SALSA20_8_XOR(&Bin2[i * 8], &Bout[i * 4]) in blockmix_salsa8_xor()
200 SALSA20_8_XOR(&Bin2[i * 8 + 4], &Bout[(r + i) * 4 + 4]) in blockmix_salsa8_xor()