Home
last modified time | relevance | path

Searched defs:Bout (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c112 blockmix_salsa8(const __m128i *Bin, __m128i *Bout, size_t r) in blockmix_salsa8()
163 blockmix_salsa8_xor(const __m128i *Bin1, const __m128i *Bin2, __m128i *Bout, in blockmix_salsa8_xor()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c177 blockmix_salsa8(const uint32_t *Bin, uint32_t *Bout, uint32_t *X, size_t r) in blockmix_salsa8()