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

/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c394 crypto_generichash_blake2b_state BlakeHash; local
401 crypto_generichash_blake2b_init(&BlakeHash, NULL, 0U,
405 crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value));
408 crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value));
411 crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value));
414 crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value));
417 crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value));
420 crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value));
423 crypto_generichash_blake2b_update(&BlakeHash, value, sizeof(value));
427 &BlakeHash, (cons
[all...]
/netbsd-current/external/apache2/argon2/dist/phc-winner-argon2/src/
H A Dcore.c544 blake2b_state BlakeHash; local
551 blake2b_init(&BlakeHash, ARGON2_PREHASH_DIGEST_LENGTH);
554 blake2b_update(&BlakeHash, (const uint8_t *)&value, sizeof(value));
557 blake2b_update(&BlakeHash, (const uint8_t *)&value, sizeof(value));
560 blake2b_update(&BlakeHash, (const uint8_t *)&value, sizeof(value));
563 blake2b_update(&BlakeHash, (const uint8_t *)&value, sizeof(value));
566 blake2b_update(&BlakeHash, (const uint8_t *)&value, sizeof(value));
569 blake2b_update(&BlakeHash, (const uint8_t *)&value, sizeof(value));
572 blake2b_update(&BlakeHash, (const uint8_t *)&value, sizeof(value));
575 blake2b_update(&BlakeHash, (cons
[all...]

Completed in 128 milliseconds