Home
last modified time | relevance | path

Searched defs:blake2b (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2.h35 #define blake2b crypto_generichash_blake2b__blake2b macro
H A Dblake2b-ref.c333 blake2b(uint8_t *out, const void *in, const void *key, const uint8_t outlen, in blake2b() function
/netbsd-src/lib/libcrypt/
H A Dnamespace.h57 #define blake2b __libcrypt_internal_blake2b macro
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
H A Dblake2b.c294 int blake2b(void *out, size_t outlen, const void *in, size_t inlen, in blake2b() function