Home
last modified time | relevance | path

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

/openssl/providers/implementations/kdfs/
H A Dargon2.c72 # define ARGON2_PREHASH_DIGEST_LENGTH 64 macro
74 (ARGON2_PREHASH_DIGEST_LENGTH + (2 * sizeof(uint32_t)))
357 store32(blockhash + ARGON2_PREHASH_DIGEST_LENGTH, 0); in fill_first_blocks()
358 store32(blockhash + ARGON2_PREHASH_DIGEST_LENGTH + 4, l); in fill_first_blocks()
363 store32(blockhash + ARGON2_PREHASH_DIGEST_LENGTH, 1); in fill_first_blocks()
717 tmp = ARGON2_PREHASH_DIGEST_LENGTH; in initial_hash()
749 OPENSSL_cleanse(blockhash + ARGON2_PREHASH_DIGEST_LENGTH, in initialize()
750 ARGON2_PREHASH_SEED_LENGTH - ARGON2_PREHASH_DIGEST_LENGTH); in initialize()

Completed in 11 milliseconds