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

/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c78 size_t shalen = SHA512_DIGEST_LENGTH; local
82 Blowfish_expandstate(&state, sha2salt, shalen, sha2pass, shalen);
84 Blowfish_expand0state(&state, sha2salt, shalen);
85 Blowfish_expand0state(&state, sha2pass, shalen);

Completed in 43 milliseconds