OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:b64salt
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
hostfile.c
75
char *p, *
b64salt
;
local
100
b64salt
= xmalloc(1 + b64len);
101
memcpy(
b64salt
, s, b64len);
102
b64salt
[b64len] = '\0';
104
ret = __b64_pton(
b64salt
, salt, salt_len);
105
free(
b64salt
);
Completed in 352 milliseconds