Home
last modified time | relevance | path

Searched defs:blake2b_final (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/random/fenestrasX/
H A Dfx_hash.h32 #define blake2b_final blake2b_final_ref macro
/freebsd/sys/contrib/libb2/
H A Dblake2b-ref.c152 #define blake2b_final BLAKE2_IMPL_NAME(blake2b_final) macro
331 int blake2b_final( blake2b_state *S, uint8_t *out, size_t outlen ) in blake2b_final() function
H A Dblake2b.c196 #define blake2b_final BLAKE2_IMPL_NAME(blake2b_final) macro
389 int blake2b_final( blake2b_state *S, uint8_t *out, size_t outlen ) in blake2b_final() function
H A Dblake2-dispatch.c502 BLAKE2_API int blake2b_final( blake2b_state *S, uint8_t *out, size_t outlen ) in blake2b_final() function
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2.h34 #define blake2b_final crypto_generichash_blake2b__final macro
H A Dblake2b-ref.c290 blake2b_final(blake2b_state *S, uint8_t *out, uint8_t outlen) in blake2b_final() function