Home
last modified time | relevance | path

Searched refs:ASN1_R_ILLEGAL_TIME_VALUE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/asn1/
H A Da_time_tm.c89 ASN1error(ASN1_R_ILLEGAL_TIME_VALUE); in tm_to_gentime()
128 ASN1error(ASN1_R_ILLEGAL_TIME_VALUE); in tm_to_utctime()
167 ASN1error(ASN1_R_ILLEGAL_TIME_VALUE); in tm_to_rfc5280_time()
H A Dasn1_err.c123 {ERR_REASON(ASN1_R_ILLEGAL_TIME_VALUE) , "illegal time value"},
H A Dasn1_gen.c688 ASN1error(ASN1_R_ILLEGAL_TIME_VALUE); in asn1_str2type()
/dragonfly/crypto/libressl/include/openssl/
H A Dasn1.h1119 #define ASN1_R_ILLEGAL_TIME_VALUE 184 macro