Symbol: CMS_CertificateChoices
crypto/openssl/crypto/cms/cms_asn1.c
26
ASN1_CHOICE(CMS_CertificateChoices)
crypto/openssl/crypto/cms/cms_asn1.c
27
= { ASN1_SIMPLE(CMS_CertificateChoices, d.certificate, X509), ASN1_IMP(CMS_CertificateChoices, d.extendedCertificate, ASN1_SEQUENCE, 0), ASN1_IMP(CMS_CertificateChoices, d.v1AttrCert, ASN1_SEQUENCE, 1), ASN1_IMP(CMS_CertificateChoices, d.v2AttrCert, ASN1_SEQUENCE, 2), ASN1_IMP(CMS_CertificateChoices, d.other, CMS_OtherCertificateFormat, 3) } ASN1_CHOICE_END(CMS_CertificateChoices)
crypto/openssl/crypto/cms/cms_asn1.c
72
ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0),
crypto/openssl/crypto/cms/cms_asn1.c
79
ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, certificates, CMS_CertificateChoices, 0),
crypto/openssl/crypto/cms/cms_env.c
1058
CMS_CertificateChoices *cch;
crypto/openssl/crypto/cms/cms_lib.c
24
static STACK_OF(CMS_CertificateChoices)
crypto/openssl/crypto/cms/cms_lib.c
489
static STACK_OF(CMS_CertificateChoices)
crypto/openssl/crypto/cms/cms_lib.c
514
CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms)
crypto/openssl/crypto/cms/cms_lib.c
516
STACK_OF(CMS_CertificateChoices) **pcerts;
crypto/openssl/crypto/cms/cms_lib.c
517
CMS_CertificateChoices *cch;
crypto/openssl/crypto/cms/cms_lib.c
526
cch = M_ASN1_new_of(CMS_CertificateChoices);
crypto/openssl/crypto/cms/cms_lib.c
530
M_ASN1_free_of(cch, CMS_CertificateChoices);
crypto/openssl/crypto/cms/cms_lib.c
538
CMS_CertificateChoices *cch;
crypto/openssl/crypto/cms/cms_lib.c
539
STACK_OF(CMS_CertificateChoices) **pcerts;
crypto/openssl/crypto/cms/cms_lib.c
655
CMS_CertificateChoices *cch;
crypto/openssl/crypto/cms/cms_lib.c
656
STACK_OF(CMS_CertificateChoices) **pcerts;
crypto/openssl/crypto/cms/cms_lib.c
92
CMS_CertificateChoices *cch;
crypto/openssl/crypto/cms/cms_lib.c
93
STACK_OF(CMS_CertificateChoices) **pcerts;
crypto/openssl/crypto/cms/cms_local.h
123
STACK_OF(CMS_CertificateChoices) *certificates;
crypto/openssl/crypto/cms/cms_local.h
491
DECLARE_ASN1_ITEM(CMS_CertificateChoices)
crypto/openssl/crypto/cms/cms_local.h
69
DEFINE_STACK_OF(CMS_CertificateChoices)
crypto/openssl/crypto/cms/cms_local.h
75
STACK_OF(CMS_CertificateChoices) *certificates;
crypto/openssl/crypto/cms/cms_sd.c
67
CMS_CertificateChoices *cch;
crypto/openssl/crypto/cms/cms_sd.c
676
CMS_CertificateChoices *cch;
crypto/openssl/crypto/cms/cms_sd.c
677
STACK_OF(CMS_CertificateChoices) *certs;
crypto/openssl/include/openssl/cms.h
373
CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
crypto/openssl/include/openssl/cms.h
40
typedef struct CMS_CertificateChoices CMS_CertificateChoices;