Home
last modified time | relevance | path

Searched refs:OPIE_SEED_MIN (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/opie/
Dopiepasswd.c164 if ((i > OPIE_SEED_MAX) || (i < OPIE_SEED_MIN)) {
166 OPIE_SEED_MIN, OPIE_SEED_MAX);
213 if (i < OPIE_SEED_MIN) {
214 fprintf(stderr, "Seeds must be greater than %d characters long.", OPIE_SEED_MIN);
Dopiekey.c237 if (i < OPIE_SEED_MIN) {
238 fprintf(stderr, "Seeds must be greater than %d characters long.\n", OPIE_SEED_MIN);
Dopie.h67 #define OPIE_SEED_MIN 5 macro
/freebsd-9-stable/contrib/opie/libopie/
Dparsechallenge.c66 if ((i > OPIE_SEED_MAX) || (i < OPIE_SEED_MIN))