Home
last modified time | relevance | path

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

/f-stack/freebsd/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
/f-stack/freebsd/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