Searched refs:usecrypt (Results 1 – 1 of 1) sorted by relevance
/external/openssl/apps/ |
D | passwd.c | 44 size_t pw_maxlen, int usecrypt, int use1, int useapr1); 73 int usecrypt = 0, use1 = 0, useapr1 = 0; in MAIN() local 100 usecrypt = 1; in MAIN() 156 if (!usecrypt && !use1 && !useapr1) /* use default */ in MAIN() 157 usecrypt = 1; in MAIN() 158 if (usecrypt + use1 + useapr1 > 1) /* conflict */ in MAIN() 163 if (usecrypt) badopt = 1; in MAIN() 209 if (usecrypt) in MAIN() 246 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1)) in MAIN() 275 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1)) in MAIN() [all …]
|