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

/freebsd-13-stable/contrib/opie/libopie/
H A Drandomchallenge.c48 snprintf(prompt, OPIE_CHALLENGE_MAX+1, "otp-%s %d %s ext", algids[MDX],
H A Dverify.c112 opiehash(&fkey, MDX);
117 opiehash(&fkey, MDX);
126 opiehash(&fkey, MDX);
135 opiehash(&fkey, MDX);
158 opiehash(&fkey, MDX);
182 if (__opieparsechallenge(c, &j, &(opie->opie_n), &(opie->opie_seed), &k) || (j != MDX) || k)
H A Dpasswd.c53 if (opiekeycrunch(MDX, &key, seed, ks))
56 opiehash(&key, MDX);
H A Dchallenge.c71 (snprintf(ss, OPIE_CHALLENGE_MAX+1, "otp-%s %d %s ext", algids[MDX], mp->opie_n - 1, mp->opie_seed) >= OPIE_CHALLENGE_MAX+1)) {
/freebsd-13-stable/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 Dopiekey.c134 unsigned algorithm = MDX; /* default algorithm per Makefile's MDX
/freebsd-13-stable/lib/libopie/
H A Dconfig.h167 #define MDX 5 macro

Completed in 84 milliseconds