OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shalen
(Results
1 - 1
of
1
) sorted by null
/external/openssh/openbsd-compat/
bcrypt_pbkdf.c
76
size_t
shalen
= SHA512_DIGEST_LENGTH;
local
80
Blowfish_expandstate(&state, sha2salt,
shalen
, sha2pass,
shalen
);
82
Blowfish_expand0state(&state, sha2salt,
shalen
);
83
Blowfish_expand0state(&state, sha2pass,
shalen
);
Completed in 43 milliseconds