Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dbcrypt_pbkdf.c78 size_t shalen = SHA512_DIGEST_LENGTH; in bcrypt_hash() local
82 Blowfish_expandstate(&state, sha2salt, shalen, sha2pass, shalen); in bcrypt_hash()
84 Blowfish_expand0state(&state, sha2salt, shalen); in bcrypt_hash()
85 Blowfish_expand0state(&state, sha2pass, shalen); in bcrypt_hash()