HomeSort by relevance Sort by last modified time
    Searched full:usecrypt (Results 1 - 1 of 1) sorted by null

  /external/openssl/apps/
passwd.c 44 size_t pw_maxlen, int usecrypt, int use1, int useapr1);
73 int usecrypt = 0, use1 = 0, useapr1 = 0; local
100 usecrypt = 1;
156 if (!usecrypt && !use1 && !useapr1) /* use default */
157 usecrypt = 1;
158 if (usecrypt + use1 + useapr1 > 1) /* conflict */
163 if (usecrypt) badopt = 1;
209 if (usecrypt)
246 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1))
275 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1)
    [all...]

Completed in 88 milliseconds