Home
last modified time | relevance | path

Searched refs:sha2pass (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c72 bcrypt_hash(u_int8_t *sha2pass, u_int8_t *sha2salt, u_int8_t *out) in bcrypt_hash() argument
84 Blowfish_expandstate(&state, sha2salt, shalen, sha2pass, shalen); in bcrypt_hash()
87 Blowfish_expand0state(&state, sha2pass, shalen); in bcrypt_hash()
116 u_int8_t sha2pass[SHA512_DIGEST_LENGTH]; in bcrypt_pbkdf() local
139 crypto_hash_sha512(sha2pass, pass, passlen); in bcrypt_pbkdf()
151 bcrypt_hash(sha2pass, sha2salt, tmpout); in bcrypt_pbkdf()
157 bcrypt_hash(sha2pass, sha2salt, tmpout); in bcrypt_pbkdf()