Searched refs:otp_parse (Results 1 – 8 of 8) sorted by relevance
11 * otp_parse.c: NIIL should be NIL15 * otp_parse.c: Less "pointer targets in passing argument differ in24 * otp_parse.c (parse_words): avoid const warnings by making a29 * otp_parse.c: cast argument to tolower to unsigned char103 * otp_parse.c: unsigned-ify
11 otp_parse;
48 if (otp_parse (key1, passwd, ctx->alg)) { in otp_verify_user_1()
90 int otp_parse (OtpKey, const char *, OtpAlgorithm *);
56 if (otp_parse (key2, buf, alg)) { in test_one()
40 otp_parse.c \
196 otp_parse.lo otp_print.lo otp_verify.lo231 ./$(DEPDIR)/otp_md.Plo ./$(DEPDIR)/otp_parse.Plo \568 otp_parse.c \695 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/otp_parse.Plo@am__quote@ # am--include-marker900 -rm -f ./$(DEPDIR)/otp_parse.Plo961 -rm -f ./$(DEPDIR)/otp_parse.Plo
196 otp_parse (OtpKey key, const char *s, OtpAlgorithm *alg) in otp_parse() function