Searched refs:MDX (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/opie/libopie/
H A Drandomchallenge.c45 snprintf(prompt, OPIE_CHALLENGE_MAX+1, "otp-%s %d %s ext", algids[MDX],
H A Dverify.c111 opiehash(&fkey, MDX);
116 opiehash(&fkey, MDX);
125 opiehash(&fkey, MDX);
134 opiehash(&fkey, MDX);
157 opiehash(&fkey, MDX);
181 if (__opieparsechallenge(c, &j, &(opie->opie_n), &(opie->opie_seed), &k) || (j != MDX) || k)
H A Dpasswd.c52 if (opiekeycrunch(MDX, &key, seed, ks))
55 opiehash(&key, MDX);
H A Dchallenge.c71 (snprintf(ss, OPIE_CHALLENGE_MAX, "otp-%s %d %s ext", algids[MDX], mp->opie_n - 1, mp->opie_seed) >= OPIE_CHALLENGE_MAX)) {
/freebsd-10.0-release/contrib/opie/
H A Dopie_cfg.h121 #ifndef MDX
122 #define MDX 5 macro
123 #endif /* MDX */
H A Dacconfig.h145 #undef MDX macro
H A Dopiepasswd.c310 printf("\n\totp-%s %d %s\n\tResponse: ", algids[MDX], n, seed);
349 printf("Using %s to compute responses.\n", algnames[MDX]);
364 if (opiekeycrunch(MDX, &key, opie.opie_seed, passwd) != 0) {
371 opiehash(&key, MDX);
H A Dconfig.h.in174 #undef MDX
H A Dopiekey.c133 unsigned algorithm = MDX; /* default algorithm per Makefile's MDX
/freebsd-10.0-release/lib/libopie/
H A Dconfig.h167 #define MDX 5 macro

Completed in 65 milliseconds