Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/opie/
Dopiekey.c101 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 …cret 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 + 1];
Dopiegen.c29 char secret[OPIE_SECRET_MAX+1];
62 if (!opiereadpass(secret, OPIE_SECRET_MAX, 0)) {
Dopiepasswd.c337 char passwd[OPIE_SECRET_MAX + 1], passwd2[OPIE_SECRET_MAX + 1];
393 …cret pass phrases must be between %d and %d characters long.\n", OPIE_SECRET_MIN, OPIE_SECRET_MAX);
Dopie.h64 #define OPIE_SECRET_MAX 127 macro
/freebsd-9-stable/contrib/opie/libopie/
Dpasscheck.c46 if (len > OPIE_SECRET_MAX)