Home
last modified time | relevance | path

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

/dragonfly/lib/libssh/openbsd-compat/
H A Dbcrypt_pbkdf.c81 size_t shalen = SHA512_DIGEST_LENGTH; in bcrypt_hash() local
85 Blowfish_expandstate(&state, sha2salt, shalen, sha2pass, shalen); in bcrypt_hash()
87 Blowfish_expand0state(&state, sha2salt, shalen); in bcrypt_hash()
88 Blowfish_expand0state(&state, sha2pass, shalen); in bcrypt_hash()