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

/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c70 bcrypt_hash(u_int8_t *sha2pass, u_int8_t *sha2salt, u_int8_t *out) argument
82 Blowfish_expandstate(&state, sha2salt, shalen, sha2pass, shalen);
84 Blowfish_expand0state(&state, sha2salt, shalen);
115 u_int8_t sha2salt[SHA512_DIGEST_LENGTH]; local
147 crypto_hash_sha512(sha2salt, countsalt, saltlen + 4);
149 bcrypt_hash(sha2pass, sha2salt, tmpout);
154 crypto_hash_sha512(sha2salt, tmpout, sizeof(tmpout));
155 bcrypt_hash(sha2pass, sha2salt, tmpout);

Completed in 90 milliseconds