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

/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c65 bcrypt_hash(u_int8_t *sha2pass, u_int8_t *sha2salt, u_int8_t *out) argument
77 Blowfish_expandstate(&state, sha2salt, shalen, sha2pass, shalen);
79 Blowfish_expand0state(&state, sha2salt, shalen);
110 u_int8_t sha2salt[SHA512_DIGEST_LENGTH]; local
141 crypto_hash_sha512(sha2salt, countsalt, saltlen + 4);
143 bcrypt_hash(sha2pass, sha2salt, tmpout);
148 crypto_hash_sha512(sha2salt, tmpout, sizeof(tmpout));
149 bcrypt_hash(sha2pass, sha2salt, tmpout);

Completed in 82 milliseconds