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

/freebsd-11-stable/contrib/opie/libopie/
H A Drandomchallenge.c18 Modified by cmetz for OPIE 2.32. Initialize algids[] with 0s
35 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) >= OPIE_CHALLENGE_MAX+1)) {
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-11-stable/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 - (*c)->base, window);
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);

Completed in 175 milliseconds