Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c392 initial_hash(uint8_t *blockhash, argon2_context *context, argon2_type type) in initial_hash() function
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dargon2.c650 static void initial_hash(uint8_t *blockhash, KDF_ARGON2 *ctx) in initial_hash() function