Home
last modified time | relevance | path

Searched refs:initial_hash (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.h229 void initial_hash(uint8_t *blockhash, argon2_context *context,
H A Dargon2-core.c392 initial_hash(uint8_t *blockhash, argon2_context *context, argon2_type type) in initial_hash() function
501 initial_hash(blockhash, context, instance->type); in initialize()