Searched refs:OtpAlgorithm (Results 1 – 4 of 4) sorted by relevance
68 } OtpAlgorithm; typedef72 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 *);
92 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()
44 static OtpAlgorithm algorithms[] = {50 OtpAlgorithm *
45 OtpAlgorithm *alg) in test_one()120 OtpAlgorithm *alg = otp_find_alg (t->alg); in test()