Lines Matching refs:ARGON2_BLOCK_SIZE
66 # define ARGON2_BLOCK_SIZE 1024 macro
67 # define ARGON2_QWORDS_IN_BLOCK ((ARGON2_BLOCK_SIZE) / 8)
68 # define ARGON2_OWORDS_IN_BLOCK ((ARGON2_BLOCK_SIZE) / 16)
69 # define ARGON2_HWORDS_IN_BLOCK ((ARGON2_BLOCK_SIZE) / 32)
70 # define ARGON2_512BIT_WORDS_IN_BLOCK ((ARGON2_BLOCK_SIZE) / 64)
350 uint8_t blockhash_bytes[ARGON2_BLOCK_SIZE]; in fill_first_blocks()
359 blake2b_long(ctx->md, ctx->mac, blockhash_bytes, ARGON2_BLOCK_SIZE, in fill_first_blocks()
364 blake2b_long(ctx->md, ctx->mac, blockhash_bytes, ARGON2_BLOCK_SIZE, 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()
778 ARGON2_BLOCK_SIZE); in finalize()
779 OPENSSL_cleanse(blockhash.v, ARGON2_BLOCK_SIZE); in finalize()
780 OPENSSL_cleanse(blockhash_bytes, ARGON2_BLOCK_SIZE); in finalize()