Home
last modified time | relevance | path

Searched refs:otp_parse_hex (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp_parse.c169 otp_parse_hex (OtpKey key, const char *s) in otp_parse_hex() function
202 return otp_parse_hex (key, s + strlen(OTP_HEXPREFIX)); in otp_parse()
212 ret = otp_parse_hex (key, s); in otp_parse()
H A Dversion-script.map13 otp_parse_hex;
H A Dotp.h87 int otp_parse_hex (OtpKey, const char *);