Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c126 || (asn1_tags.utype == V_ASN1_SET)) { in generate_v3()
218 || asn1_tags.imp_tag == V_ASN1_SET)) in generate_v3()
308 if (!append_exp(arg, V_ASN1_SET, V_ASN1_UNIVERSAL, 1, 0, 1)) in asn1_cb()
434 if (utype == V_ASN1_SET) in asn1_multi()
543 ASN1_GEN_STR("SET", V_ASN1_SET), in asn1_str2tag()
H A Dtasn_enc.c298 sktag = V_ASN1_SET; in asn1_template_ex_i2d()
489 if ((utype == V_ASN1_SEQUENCE) || (utype == V_ASN1_SET) || in asn1_i2d_ex_primitive()
623 case V_ASN1_SET: in asn1_ex_i2c()
H A Da_type.c85 case V_ASN1_SET: in ASN1_TYPE_cmp()
H A Dtasn_dec.c605 sktag = V_ASN1_SET; in asn1_template_noexp_d2i()
759 || (utype == V_ASN1_SET) || (utype == V_ASN1_OTHER)) { in asn1_d2i_ex_primitive()
913 case V_ASN1_SET: in asn1_ex_c2i()
H A Dtasn_prn.c521 case V_ASN1_SET: in asn1_primitive_print()
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_asn1.c254 V_ASN1_SET, PKCS7_ATTRIBUTES, X509_ATTRIBUTE)
/freebsd/crypto/openssl/doc/man3/
H A DASN1_TYPE_get.pod60 a tagged type (B<V_ASN1_SEQUENCE>, B<V_ASN1_SET> or B<V_ASN1_OTHER>) then the
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_asn1.c362 V_ASN1_SET, CMS_ATTRIBUTES, X509_ATTRIBUTE)
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h72 # define V_ASN1_SET 17 macro
H A Dasn1.h.in73 # define V_ASN1_SET 17 macro