Symbol: V_ASN1_UTCTIME
crypto/libressl/crypto/asn1/a_time_tm.c
150
atime->type = V_ASN1_UTCTIME;
crypto/libressl/crypto/asn1/a_time_tm.c
336
type = V_ASN1_UTCTIME;
crypto/libressl/crypto/asn1/a_time_tm.c
391
case V_ASN1_UTCTIME:
crypto/libressl/crypto/asn1/a_time_tm.c
427
if (t->type != V_ASN1_GENERALIZEDTIME && t->type != V_ASN1_UTCTIME)
crypto/libressl/crypto/asn1/a_time_tm.c
438
if (t->type != V_ASN1_GENERALIZEDTIME && t->type != V_ASN1_UTCTIME)
crypto/libressl/crypto/asn1/a_time_tm.c
489
if (t1->type != V_ASN1_UTCTIME && t1->type != V_ASN1_GENERALIZEDTIME)
crypto/libressl/crypto/asn1/a_time_tm.c
492
if (t2->type != V_ASN1_UTCTIME && t2->type != V_ASN1_GENERALIZEDTIME)
crypto/libressl/crypto/asn1/a_time_tm.c
507
if (s->type == V_ASN1_UTCTIME)
crypto/libressl/crypto/asn1/a_time_tm.c
508
return ASN1_TIME_cmp_time_t_internal(s, t, V_ASN1_UTCTIME);
crypto/libressl/crypto/asn1/a_time_tm.c
522
if (d->type != V_ASN1_UTCTIME)
crypto/libressl/crypto/asn1/a_time_tm.c
530
if (s != NULL && s->type != V_ASN1_UTCTIME)
crypto/libressl/crypto/asn1/a_time_tm.c
532
return (ASN1_TIME_set_string_internal(s, str, V_ASN1_UTCTIME));
crypto/libressl/crypto/asn1/a_time_tm.c
545
V_ASN1_UTCTIME));
crypto/libressl/crypto/asn1/a_time_tm.c
551
if (s->type == V_ASN1_UTCTIME)
crypto/libressl/crypto/asn1/a_time_tm.c
552
return ASN1_TIME_cmp_time_t_internal(s, t, V_ASN1_UTCTIME);
crypto/libressl/crypto/asn1/a_type.c
180
case V_ASN1_UTCTIME:
crypto/libressl/crypto/asn1/asn1_gen.c
544
ASN1_GEN_STR("UTCTIME", V_ASN1_UTCTIME),
crypto/libressl/crypto/asn1/asn1_gen.c
545
ASN1_GEN_STR("UTC", V_ASN1_UTCTIME),
crypto/libressl/crypto/asn1/asn1_gen.c
672
case V_ASN1_UTCTIME:
crypto/libressl/crypto/asn1/asn1_par.c
215
(tag == V_ASN1_UTCTIME) ||
crypto/libressl/crypto/asn1/t_x509.c
359
if (tm->type == V_ASN1_UTCTIME)
crypto/libressl/crypto/asn1/tasn_dec.c
336
case V_ASN1_UTCTIME:
crypto/libressl/crypto/asn1/tasn_dec.c
356
if (utype == V_ASN1_UTCTIME || utype == V_ASN1_GENERALIZEDTIME) {
crypto/libressl/crypto/asn1/tasn_enc.c
649
case V_ASN1_UTCTIME:
crypto/libressl/crypto/asn1/tasn_prn.c
567
case V_ASN1_UTCTIME:
crypto/libressl/crypto/asn1/tasn_typ.c
260
.utype = V_ASN1_UTCTIME,
crypto/libressl/crypto/pkcs7/pk7_attr.c
153
V_ASN1_UTCTIME, t);
crypto/libressl/crypto/x509/x509_verify.c
58
if (tm.tm_year < 150 && type != V_ASN1_UTCTIME)