HomeSort by: relevance | last modified time | path
    Searched defs:shalen (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
bcrypt_pbkdf.c 77 size_t shalen = SHA512_DIGEST_LENGTH; local
81 Blowfish_expandstate(&state, sha2salt, shalen, sha2pass, shalen);
83 Blowfish_expand0state(&state, sha2salt, shalen);
84 Blowfish_expand0state(&state, sha2pass, shalen);
bcrypt_pbkdf.c 77 size_t shalen = SHA512_DIGEST_LENGTH; local
81 Blowfish_expandstate(&state, sha2salt, shalen, sha2pass, shalen);
83 Blowfish_expand0state(&state, sha2salt, shalen);
84 Blowfish_expand0state(&state, sha2pass, shalen);

Completed in 38 milliseconds