Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c375 STORE32_LE(blockhash + ARGON2_PREHASH_DIGEST_LENGTH, 0); in fill_first_blocks()
376 STORE32_LE(blockhash + ARGON2_PREHASH_DIGEST_LENGTH + 4, l); in fill_first_blocks()
382 STORE32_LE(blockhash + ARGON2_PREHASH_DIGEST_LENGTH, 1); in fill_first_blocks()
402 ARGON2_PREHASH_DIGEST_LENGTH); in initial_hash()
471 ARGON2_PREHASH_DIGEST_LENGTH); in initial_hash()
503 sodium_memzero(blockhash + ARGON2_PREHASH_DIGEST_LENGTH, in initialize()
504 ARGON2_PREHASH_SEED_LENGTH - ARGON2_PREHASH_DIGEST_LENGTH); in initialize()
H A Dargon2-core.h41 ARGON2_PREHASH_DIGEST_LENGTH = 64, enumerator