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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp.c44 static OtpAlgorithm algorithms[] = {
50 OtpAlgorithm *
H A Dotp.h68 } OtpAlgorithm; typedef in typeref:struct:__anon228
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 Dotptest.c45 OtpAlgorithm *alg)
120 OtpAlgorithm *alg = otp_find_alg (t->alg);
H A Dotp_parse.c92 OtpAlgorithm *alg = (OtpAlgorithm *)a;
143 OtpAlgorithm *alg,
163 otp_parse_altdict (OtpKey key, const char *str, OtpAlgorithm *alg)
196 otp_parse (OtpKey key, const char *s, OtpAlgorithm *alg)

Completed in 105 milliseconds