OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:extract_salt
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
hostfile.c
73
extract_salt
(const char *s, u_int l, u_char *salt, size_t salt_len)
function
80
debug2("
extract_salt
: string too short");
84
debug2("
extract_salt
: invalid magic identifier");
90
debug2("
extract_salt
: missing salt termination character");
97
debug2("
extract_salt
: bad encoded salt length %u", b64len);
107
debug2("
extract_salt
: salt decode error");
111
debug2("
extract_salt
: expected salt len %zd, got %d",
136
if (
extract_salt
(name_from_hostfile, src_len, salt,
Completed in 25 milliseconds