OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pw_maxlen
(Results
1 - 1
of
1
) sorted by null
/external/openssl/apps/
passwd.c
44
size_t
pw_maxlen
, int usecrypt, int use1, int useapr1);
74
size_t
pw_maxlen
= 0;
local
210
pw_maxlen
= 8;
212
pw_maxlen
= 256; /* arbitrary limit, should be enough for most passwords */
218
passwd_malloc_size =
pw_maxlen
+ 2;
246
quiet, table, reverse,
pw_maxlen
, usecrypt, use1, useapr1))
259
int r = BIO_gets(in, passwd,
pw_maxlen
+ 1);
275
quiet, table, reverse,
pw_maxlen
, usecrypt, use1, useapr1))
419
size_t
pw_maxlen
, int usecrypt, int use1, int useapr1)
474
if ((strlen(passwd) >
pw_maxlen
))
[
all
...]
Completed in 508 milliseconds