OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uu_salt
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
hostfile.c
118
char salt[256], result[256],
uu_salt
[512], uu_result[512];
local
140
if (__b64_ntop(salt, len,
uu_salt
, sizeof(
uu_salt
)) == -1 ||
144
snprintf(encoded, sizeof(encoded), "%s%s%c%s", HASH_MAGIC,
uu_salt
,
Completed in 29 milliseconds