HomeSort by: relevance | last modified time | path
    Searched refs:BlakeHash (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-core.c 394 crypto_generichash_blake2b_state BlakeHash;
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, (const uint8_t *) context->pwd, context->pwdlen)
    [all...]
  /src/external/apache2/argon2/dist/phc-winner-argon2/src/
core.c 544 blake2b_state BlakeHash;
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, (const uint8_t *)context->pwd
    [all...]

Completed in 37 milliseconds