Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libb2/
H A Dblake2b-ref.c149 #define blake2b_init_param BLAKE2_IMPL_NAME(blake2b_init_param) macro
169 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param() function
H A Dblake2b.c193 #define blake2b_init_param BLAKE2_IMPL_NAME(blake2b_init_param) macro
213 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param() function
H A Dblake2-dispatch.c492 BLAKE2_API int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param() function
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2.h26 #define blake2b_init_param crypto_generichash_blake2b__init_param macro
H A Dblake2b-ref.c107 blake2b_init_param(blake2b_state *S, const blake2b_param *P) in blake2b_init_param() function
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dblake2b_prov.c65 static void blake2b_init_param(BLAKE2B_CTX *S, const BLAKE2B_PARAM *P) in blake2b_init_param() function