Home
last modified time | relevance | path

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

/openssl/providers/implementations/kdfs/
H A Dargon2.c350 uint8_t blockhash_bytes[ARGON2_BLOCK_SIZE]; in fill_first_blocks() local
359 blake2b_long(ctx->md, ctx->mac, blockhash_bytes, ARGON2_BLOCK_SIZE, in fill_first_blocks()
362 blockhash_bytes); in fill_first_blocks()
364 blake2b_long(ctx->md, ctx->mac, blockhash_bytes, ARGON2_BLOCK_SIZE, in fill_first_blocks()
367 blockhash_bytes); in fill_first_blocks()
369 OPENSSL_cleanse(blockhash_bytes, ARGON2_BLOCK_SIZE); in fill_first_blocks()
760 uint8_t blockhash_bytes[ARGON2_BLOCK_SIZE]; in finalize() local
776 store_block(blockhash_bytes, &blockhash); in finalize()
777 blake2b_long(ctx->md, ctx->mac, out, ctx->outlen, blockhash_bytes, in finalize()
780 OPENSSL_cleanse(blockhash_bytes, ARGON2_BLOCK_SIZE); in finalize()

Completed in 7 milliseconds