Symbol: ASN1_TFLG_SET_OF
crypto/libressl/crypto/asn1/p8_pkey.c
100
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/asn1/tasn_dec.c
1045
if ((at->flags & ASN1_TFLG_SET_OF) != 0)
crypto/libressl/crypto/asn1/tasn_enc.c
327
if (flags & ASN1_TFLG_SET_OF) {
crypto/libressl/crypto/asn1/tasn_prn.c
354
if (flags & ASN1_TFLG_SET_OF)
crypto/libressl/crypto/asn1/tasn_typ.c
619
.flags = ASN1_TFLG_SET_OF,
crypto/libressl/crypto/asn1/x_attrib.c
89
.flags = ASN1_TFLG_SET_OF,
crypto/libressl/crypto/asn1/x_name.c
150
.flags = ASN1_TFLG_SET_OF,
crypto/libressl/crypto/asn1/x_req.c
122
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/cms/cms_asn1.c
1016
.flags = ASN1_TFLG_SET_OF,
crypto/libressl/crypto/cms/cms_asn1.c
1030
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/cms/cms_asn1.c
1105
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/cms/cms_asn1.c
1139
.flags = ASN1_TFLG_SET_OF,
crypto/libressl/crypto/cms/cms_asn1.c
1167
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/cms/cms_asn1.c
1181
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/cms/cms_asn1.c
262
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/cms/cms_asn1.c
283
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/cms/cms_asn1.c
364
.flags = ASN1_TFLG_SET_OF,
crypto/libressl/crypto/cms/cms_asn1.c
378
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/cms/cms_asn1.c
385
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/cms/cms_asn1.c
392
.flags = ASN1_TFLG_SET_OF,
crypto/libressl/crypto/cms/cms_asn1.c
412
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/cms/cms_asn1.c
419
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/pkcs12/p12_asn.c
395
.flags = ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/pkcs7/pk7_asn1.c
264
.flags = ASN1_TFLG_SET_OF,
crypto/libressl/crypto/pkcs7/pk7_asn1.c
285
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/pkcs7/pk7_asn1.c
292
.flags = ASN1_TFLG_SET_OF,
crypto/libressl/crypto/pkcs7/pk7_asn1.c
404
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/pkcs7/pk7_asn1.c
510
.flags = ASN1_TFLG_SET_OF,
crypto/libressl/crypto/pkcs7/pk7_asn1.c
716
.flags = ASN1_TFLG_SET_OF,
crypto/libressl/crypto/pkcs7/pk7_asn1.c
723
.flags = ASN1_TFLG_SET_OF,
crypto/libressl/crypto/pkcs7/pk7_asn1.c
737
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/pkcs7/pk7_asn1.c
744
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL,
crypto/libressl/crypto/pkcs7/pk7_asn1.c
751
.flags = ASN1_TFLG_SET_OF,
crypto/libressl/crypto/x509/x509_crld.c
403
.flags = ASN1_TFLG_IMPLICIT | ASN1_TFLG_SET_OF,
crypto/libressl/include/openssl/asn1t.h
389
ASN1_EX_TYPE(ASN1_TFLG_SET_OF, 0, stname, field, type)
crypto/libressl/include/openssl/asn1t.h
392
ASN1_EX_TYPE(ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL, 0, stname, field, type)
crypto/libressl/include/openssl/asn1t.h
397
ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF)
crypto/libressl/include/openssl/asn1t.h
400
ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF)
crypto/libressl/include/openssl/asn1t.h
403
ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL)
crypto/libressl/include/openssl/asn1t.h
406
ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF|ASN1_TFLG_OPTIONAL)