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

/freebsd-12-stable/crypto/openssl/crypto/blake2/
H A Dblake2b.c66 static void blake2b_init_param(BLAKE2B_CTX *S, const BLAKE2B_PARAM *P) function
/freebsd-12-stable/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) function
/freebsd-12-stable/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 ) 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 ) function
H A Dblake2-dispatch.c492 BLAKE2_API int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) function

Completed in 182 milliseconds