OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_salt
(Results
1 - 4
of
4
) sorted by null
/external/toybox/toys/other/
mkpasswd.c
43
if (-1 == (i =
get_salt
(salt, TT.method))) error_exit("bad -m");
/external/toybox/toys/lsb/
passwd.c
137
if (
get_salt
(salt, TT.algo) == -1)
/external/toybox/lib/
password.c
12
int
get_salt
(char *salt, char *algo)
function
lib.h
249
int
get_salt
(char *salt, char * algo);
Completed in 180 milliseconds