Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2.h100 int blake2b_compress_ref(blake2b_state *S,
H A Dblake2b-compress-ref.c31 blake2b_compress_ref(blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES]) in blake2b_compress_ref() function
H A Dblake2b-ref.c28 static blake2b_compress_fn blake2b_compress = blake2b_compress_ref;
432 blake2b_compress = blake2b_compress_ref; in blake2b_pick_best_implementation()