Searched refs:OPIE_SEED_MIN (Results 1 – 4 of 4) sorted by relevance
164 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);
237 if (i < OPIE_SEED_MIN) {238 fprintf(stderr, "Seeds must be greater than %d characters long.\n", OPIE_SEED_MIN);
67 #define OPIE_SEED_MIN 5 macro
66 if ((i > OPIE_SEED_MAX) || (i < OPIE_SEED_MIN))