Searched refs:OPIE_SECRET_MAX (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/opie/ |
| D | opiekey.c | 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 …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];
|
| D | opiegen.c | 29 char secret[OPIE_SECRET_MAX+1]; 62 if (!opiereadpass(secret, OPIE_SECRET_MAX, 0)) {
|
| D | opiepasswd.c | 337 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);
|
| D | opie.h | 64 #define OPIE_SECRET_MAX 127 macro
|
| /freebsd-9-stable/contrib/opie/libopie/ |
| D | passcheck.c | 46 if (len > OPIE_SECRET_MAX)
|