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

/openbsd-current/sys/lib/libsa/
H A Dbcrypt_pbkdf.c63 size_t shalen = SHA512_DIGEST_LENGTH; local
67 Blowfish_expandstate(&state, sha2salt, shalen, sha2pass, shalen);
69 Blowfish_expand0state(&state, sha2salt, shalen);
70 Blowfish_expand0state(&state, sha2pass, shalen);
/openbsd-current/lib/libutil/
H A Dbcrypt_pbkdf.c65 size_t shalen = SHA512_DIGEST_LENGTH; local
69 Blowfish_expandstate(&state, sha2salt, shalen, sha2pass, shalen);
71 Blowfish_expand0state(&state, sha2salt, shalen);
72 Blowfish_expand0state(&state, sha2pass, shalen);

Completed in 126 milliseconds