Searched refs:OPIE_SECRET_MIN (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/opie/libopie/
H A Dpasscheck.c34 Passwords must be at least OPIE_SECRET_MIN (10) characters long.
43 if (len < OPIE_SECRET_MIN)
/freebsd-9.3-release/contrib/opie/
H A Dopie.h59 #ifndef OPIE_SECRET_MIN
60 #define OPIE_SECRET_MIN 10 macro
61 #endif /* OPIE_SECRET_MIN */
H A Dopiekey.c125 fprintf(stderr, "Secret pass phrases must be between %d and %d characters long.\n", OPIE_SECRET_MIN, OPIE_SECRET_MAX);
H A Dopiepasswd.c393 fprintf(stderr, "Secret pass phrases must be between %d and %d characters long.\n", OPIE_SECRET_MIN, OPIE_SECRET_MAX);

Completed in 24 milliseconds