Searched refs:sha2pass (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bcrypt_pbkdf.c | 73 bcrypt_hash(uint8_t *sha2pass, uint8_t *sha2salt, uint8_t *out) in bcrypt_hash() argument 85 Blowfish_expandstate(&state, sha2salt, shalen, sha2pass, shalen); in bcrypt_hash() 88 Blowfish_expand0state(&state, sha2pass, shalen); in bcrypt_hash() 117 uint8_t sha2pass[SHA512_DIGEST_LENGTH]; in bcrypt_pbkdf() local 140 crypto_hash_sha512(sha2pass, pass, passlen); in bcrypt_pbkdf() 152 bcrypt_hash(sha2pass, sha2salt, tmpout); in bcrypt_pbkdf() 158 bcrypt_hash(sha2pass, sha2salt, tmpout); in bcrypt_pbkdf()
|