Home
last modified time | relevance | path

Searched refs:otp_parse (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/
H A DChangeLog11 * otp_parse.c: NIIL should be NIL
15 * otp_parse.c: Less "pointer targets in passing argument differ in
24 * otp_parse.c (parse_words): avoid const warnings by making a
29 * otp_parse.c: cast argument to tolower to unsigned char
103 * otp_parse.c: unsigned-ify
H A Dversion-script.map11 otp_parse;
H A Dotp_verify.c48 if (otp_parse (key1, passwd, ctx->alg)) { in otp_verify_user_1()
H A Dotp.h90 int otp_parse (OtpKey, const char *, OtpAlgorithm *);
H A Dotptest.c56 if (otp_parse (key2, buf, alg)) { in test_one()
H A DMakefile.am40 otp_parse.c \
H A DMakefile.in196 otp_parse.lo otp_print.lo otp_verify.lo
231 ./$(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-marker
900 -rm -f ./$(DEPDIR)/otp_parse.Plo
961 -rm -f ./$(DEPDIR)/otp_parse.Plo
H A Dotp_parse.c196 otp_parse (OtpKey key, const char *s, OtpAlgorithm *alg) in otp_parse() function