Searched refs:V_ASN1_SET (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | asn1_gen.c | 126 || (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 D | tasn_enc.c | 298 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 D | a_type.c | 85 case V_ASN1_SET: in ASN1_TYPE_cmp()
|
H A D | tasn_dec.c | 605 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 D | tasn_prn.c | 521 case V_ASN1_SET: in asn1_primitive_print()
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_asn1.c | 254 V_ASN1_SET, PKCS7_ATTRIBUTES, X509_ATTRIBUTE)
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASN1_TYPE_get.pod | 60 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 D | cms_asn1.c | 362 V_ASN1_SET, CMS_ATTRIBUTES, X509_ATTRIBUTE)
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 72 # define V_ASN1_SET 17 macro
|
H A D | asn1.h.in | 73 # define V_ASN1_SET 17 macro
|