Home
last modified time | relevance | path

Searched refs:V_ASN1_SET (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/crypto/asn1/
Dasn1_gen.c126 || (asn1_tags.utype == V_ASN1_SET)) { in generate_v3()
218 || asn1_tags.imp_tag == V_ASN1_SET)) in generate_v3()
309 if (!append_exp(arg, V_ASN1_SET, V_ASN1_UNIVERSAL, 1, 0, 1)) in asn1_cb()
438 if (utype == V_ASN1_SET) in asn1_multi()
546 ASN1_GEN_STR("SET", V_ASN1_SET), in asn1_str2tag()
Dtasn_enc.c295 sktag = V_ASN1_SET; in asn1_template_ex_i2d()
468 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) || in asn1_i2d_ex_primitive()
602 case V_ASN1_SET: in asn1_ex_i2c()
Da_type.c85 case V_ASN1_SET: in ASN1_TYPE_cmp()
Dtasn_dec.c564 sktag = V_ASN1_SET; in asn1_template_noexp_d2i()
720 || (utype == V_ASN1_SET) || (utype == V_ASN1_OTHER)) { in asn1_d2i_ex_primitive()
875 case V_ASN1_SET: in asn1_ex_c2i()
Dtasn_prn.c521 case V_ASN1_SET: in asn1_primitive_print()
/third_party/openssl/crypto/pkcs7/
Dpk7_asn1.c199 V_ASN1_SET, PKCS7_ATTRIBUTES, X509_ATTRIBUTE)
/third_party/openssl/doc/man3/
DASN1_TYPE_get.pod59 a tagged type (V_ASN1_SEQUENCE, V_ASN1_SET or V_ASN1_OTHER) then the
/third_party/openssl/crypto/cms/
Dcms_asn1.c335 V_ASN1_SET, CMS_ATTRIBUTES, X509_ATTRIBUTE)
/third_party/openssl/include/openssl/
Dasn1.h63 # define V_ASN1_SET 17 macro