Searched refs:OPIE_SECRET_MAX (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/opie/libopie/
H A Dpasscheck.c35 Passwords must be at most OPIE_SECRET_MAX (127) characters long.
46 if (len > OPIE_SECRET_MAX)
/freebsd-9.3-release/contrib/opie/
H A Dopiekey.c26 OPIE_SECRET_MAX. Added extended responses, which created
101 if (!opiereadpass(secret, OPIE_SECRET_MAX, 0)) {
106 char verify[OPIE_SECRET_MAX + 1];
109 if (!opiereadpass(verify, OPIE_SECRET_MAX, 0)) {
112 memset(secret, 0, OPIE_SECRET_MAX + 1);
118 memset(secret, 0, OPIE_SECRET_MAX + 1);
124 memset(secret, 0, OPIE_SECRET_MAX + 1);
125 fprintf(stderr, "Secret pass phrases must be between %d and %d characters long.\n", OPIE_SECRET_MIN, OPIE_SECRET_MAX);
138 char secret[OPIE_SECRET_MAX + 1], newsecret[OPIE_SECRET_MAX
[all...]
H A Dopiegen.c14 OPIE_SECRET_MAX. Send debug info to syslog.
29 char secret[OPIE_SECRET_MAX+1];
62 if (!opiereadpass(secret, OPIE_SECRET_MAX, 0)) {
H A Dopiepasswd.c337 char passwd[OPIE_SECRET_MAX + 1], passwd2[OPIE_SECRET_MAX + 1];
393 fprintf(stderr, "Secret pass phrases must be between %d and %d characters long.\n", OPIE_SECRET_MIN, OPIE_SECRET_MAX);
H A Dopie.h64 #define OPIE_SECRET_MAX 127 macro

Completed in 100 milliseconds