Searched refs:sha2pass (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);
85 Blowfish_expand0state(&state, sha2pass, shalen);
114 u_int8_t sha2pass[SHA512_DIGEST_LENGTH]; local
137 crypto_hash_sha512(sha2pass, pass, passlen);
149 bcrypt_hash(sha2pass, sha2salt, tmpout);
155 bcrypt_hash(sha2pass, sha2salt, tmpout);

Completed in 111 milliseconds