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

/freebsd-11-stable/contrib/opie/libopie/
H A Dparsechallenge.c68 if ((i > OPIE_SEED_MAX) || (i < OPIE_SEED_MIN))
/freebsd-11-stable/contrib/opie/
H A 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);
H A Dopie.h67 #define OPIE_SEED_MIN 5 macro
H A Dopiekey.c238 if (i < OPIE_SEED_MIN) {
239 fprintf(stderr, "Seeds must be greater than %d characters long.\n", OPIE_SEED_MIN);

Completed in 113 milliseconds