Home
last modified time | relevance | path

Searched refs:OtpAlgorithm (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp.h68 } OtpAlgorithm; typedef
72 OtpAlgorithm *alg;
81 OtpAlgorithm *otp_find_alg (char *);
89 int otp_parse_altdict (OtpKey, const char *, OtpAlgorithm *);
90 int otp_parse (OtpKey, const char *, OtpAlgorithm *);
H A Dotp_parse.c92 OtpAlgorithm *alg = (OtpAlgorithm *)a; in get_altword()
143 OtpAlgorithm *alg, in otp_parse_internal()
163 otp_parse_altdict (OtpKey key, const char *str, OtpAlgorithm *alg) in otp_parse_altdict()
196 otp_parse (OtpKey key, const char *s, OtpAlgorithm *alg) in otp_parse()
H A Dotp.c44 static OtpAlgorithm algorithms[] = {
50 OtpAlgorithm *
H A Dotptest.c45 OtpAlgorithm *alg) in test_one()
120 OtpAlgorithm *alg = otp_find_alg (t->alg); in test()