Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c190 block blockhash; in finalize() local
368 fill_first_blocks(uint8_t *blockhash, const argon2_instance_t *instance) in fill_first_blocks()
392 initial_hash(uint8_t *blockhash, argon2_context *context, argon2_type type) in initial_hash()
477 uint8_t blockhash[ARGON2_PREHASH_SEED_LENGTH]; in initialize() local