Searched refs:sha2pass (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | bcrypt_pbkdf.c | 69 bcrypt_hash(u_int8_t *sha2pass, u_int8_t *sha2salt, u_int8_t *out) in bcrypt_hash() argument 81 Blowfish_expandstate(&state, sha2salt, shalen, sha2pass, shalen); in bcrypt_hash() 84 Blowfish_expand0state(&state, sha2pass, shalen); in bcrypt_hash() 113 u_int8_t sha2pass[SHA512_DIGEST_LENGTH]; in bcrypt_pbkdf() local 135 crypto_hash_sha512(sha2pass, (const u_char *)pass, passlen); in bcrypt_pbkdf() 147 bcrypt_hash(sha2pass, sha2salt, tmpout); in bcrypt_pbkdf() 153 bcrypt_hash(sha2pass, sha2salt, tmpout); in bcrypt_pbkdf()
|