Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2.h33 #define blake2b_update crypto_generichash_blake2b__update macro
H A Dblake2b-ref.c261 blake2b_update(blake2b_state *S, const uint8_t *in, uint64_t inlen) in blake2b_update() function
/netbsd-src/lib/libcrypt/
H A Dnamespace.h63 #define blake2b_update __libcrypt_internal_blake2b_update macro
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
H A Dblake2b.c224 int blake2b_update(blake2b_state *S, const void *in, size_t inlen) { in blake2b_update() function