Home
last modified time | relevance | path

Searched refs:algids (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/opie/libopie/
H A Drandomchallenge.c35 static char *algids[] = { 0, 0, 0, "sha1", "md4", "md5" }; variable
48 snprintf(prompt, OPIE_CHALLENGE_MAX+1, "otp-%s %d %s ext", algids[MDX],
H A Dchallenge.c52 static char *algids[] = { NULL, NULL, NULL, "sha1", "md4", "md5" }; variable
71 …(snprintf(ss, OPIE_CHALLENGE_MAX+1, "otp-%s %d %s ext", algids[MDX], mp->opie_n - 1, mp->opie_seed…
H A Dgenerator.c55 static char *algids[] = { NULL, NULL, NULL, "sha1", "md4", "md5" }; variable
194 if (snprintf(buf, sizeof(buf), ":%s 499 %s:", algids[algorithm],
H A Dverify.c51 static char *algids[] = { NULL, NULL, NULL, "sha1", "md4", "md5" }; variable
/freebsd-13.1/contrib/opie/
H A Dopiekey.c66 char *algids[] = { NULL, NULL, NULL, "sha1", "md4", "md5" }; variable
322 sprintf(buf, ":%s 499 %s:", algids[algorithm], newseed);
328 sprintf(buf, ":%s 499 %s:", algids[algorithm], newseed);
H A Dopieauto.c61 char *algids[] = { NULL, NULL, NULL, "sha1", "md4", "md5" }; variable
217 …printf("%c otp-%s %d %s (%d/%d)\n", cmd[0], algids[algorithm], sequence, (*c)->seed, sequence - (*… in doreq()
H A Dopiepasswd.c77 char *algids[] = { NULL, NULL, NULL, "sha1", "md4", "md5" }; variable
310 printf("\n\totp-%s %d %s\n\tResponse: ", algids[MDX], n, seed);