Searched refs:V_ASN1_UTCTIME (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Da_time.c82 if (a->type == V_ASN1_UTCTIME || a->type == V_ASN1_GENERALIZEDTIME) {
93 if (a->type == V_ASN1_UTCTIME || a->type == V_ASN1_GENERALIZEDTIME)
130 else if (t->type == V_ASN1_UTCTIME)
186 t.type = V_ASN1_UTCTIME;
H A Da_utctm.c70 V_ASN1_UTCTIME, V_ASN1_UNIVERSAL));
80 return i2d_ASN1_bytes(&x, pp, V_ASN1_UTCTIME, V_ASN1_UNIVERSAL);
90 V_ASN1_UTCTIME, V_ASN1_UNIVERSAL);
119 if (d->type != V_ASN1_UTCTIME)
175 t.type = V_ASN1_UTCTIME;
183 s->type = V_ASN1_UTCTIME;
239 s->type = V_ASN1_UTCTIME;
H A Da_type.c139 case V_ASN1_UTCTIME:
H A Dasn1_gen.c574 ASN1_GEN_STR("UTCTIME", V_ASN1_UTCTIME),
575 ASN1_GEN_STR("UTC", V_ASN1_UTCTIME),
702 case V_ASN1_UTCTIME:
H A Dasn1_par.c208 (tag == V_ASN1_UTCTIME) || (tag == V_ASN1_GENERALIZEDTIME)) {
H A Dasn1.h124 # define V_ASN1_UTCTIME 23 macro
705 ASN1_STRING_type_new(V_ASN1_UTCTIME)
717 ASN1_STRING_type_new(V_ASN1_UTCTIME)
H A Dt_x509.c379 if (tm->type == V_ASN1_UTCTIME)
H A Dtasn_prn.c548 case V_ASN1_UTCTIME:
H A Dtasn_enc.c627 case V_ASN1_UTCTIME:
H A Dtasn_dec.c920 case V_ASN1_UTCTIME:
/freebsd-10.1-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_attr.c148 V_ASN1_UTCTIME, t);
/freebsd-10.1-release/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1657 if (ctm->type == V_ASN1_UTCTIME) {
1737 if (ctm->type == V_ASN1_UTCTIME) {
1778 if (s->type == V_ASN1_UTCTIME)

Completed in 106 milliseconds