Searched refs:blockhash_bytes (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
H A D | argon2-core.c | 206 uint8_t blockhash_bytes[ARGON2_BLOCK_SIZE]; in finalize() local 207 store_block(blockhash_bytes, &blockhash); in finalize() 208 blake2b_long(context->out, context->outlen, blockhash_bytes, in finalize() 212 sodium_memzero(blockhash_bytes, in finalize() 373 uint8_t blockhash_bytes[ARGON2_BLOCK_SIZE]; in fill_first_blocks() local 377 blake2b_long(blockhash_bytes, ARGON2_BLOCK_SIZE, blockhash, in fill_first_blocks() 380 blockhash_bytes); in fill_first_blocks() 383 blake2b_long(blockhash_bytes, ARGON2_BLOCK_SIZE, blockhash, in fill_first_blocks() 386 blockhash_bytes); in fill_first_blocks() 388 sodium_memzero(blockhash_bytes, ARGON2_BLOCK_SIZE); in fill_first_blocks()
|