Searched refs:BlakeHash (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
H A D | argon2-core.c | 394 crypto_generichash_blake2b_state BlakeHash; in initial_hash() local 401 crypto_generichash_blake2b_init(&BlakeHash, NULL, 0U, in initial_hash() 405 crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value)); in initial_hash() 408 crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value)); in initial_hash() 411 crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value)); in initial_hash() 414 crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value)); in initial_hash() 417 crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value)); in initial_hash() 420 crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value)); in initial_hash() 423 crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value)); in initial_hash() 427 &BlakeHash, (const uint8_t *) context->pwd, context->pwdlen); in initial_hash() [all …]
|