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

/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c206 uint8_t blockhash_bytes[ARGON2_BLOCK_SIZE]; local
207 store_block(blockhash_bytes, &blockhash);
208 blake2b_long(context->out, context->outlen, blockhash_bytes,
212 sodium_memzero(blockhash_bytes,
213 ARGON2_BLOCK_SIZE); /* clear blockhash_bytes */
373 uint8_t blockhash_bytes[ARGON2_BLOCK_SIZE]; local
377 blake2b_long(blockhash_bytes, ARGON2_BLOCK_SIZE, blockhash,
380 blockhash_bytes);
383 blake2b_long(blockhash_bytes, ARGON2_BLOCK_SIZE, blockhash,
386 blockhash_bytes);
[all...]
/netbsd-current/external/apache2/argon2/dist/phc-winner-argon2/src/
H A Dcore.c175 uint8_t blockhash_bytes[ARGON2_BLOCK_SIZE]; local
176 store_block(blockhash_bytes, &blockhash);
177 blake2b_long(context->out, context->outlen, blockhash_bytes,
179 /* clear blockhash and blockhash_bytes */
181 clear_internal_memory(blockhash_bytes, ARGON2_BLOCK_SIZE);
523 uint8_t blockhash_bytes[ARGON2_BLOCK_SIZE]; local
528 blake2b_long(blockhash_bytes, ARGON2_BLOCK_SIZE, blockhash,
531 blockhash_bytes);
534 blake2b_long(blockhash_bytes, ARGON2_BLOCK_SIZE, blockhash,
537 blockhash_bytes);
[all...]

Completed in 141 milliseconds