Searched refs:CMS_CertificateChoices (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/cms/ |
H A D | cms_lib.c | 21 static STACK_OF(CMS_CertificateChoices) 88 CMS_CertificateChoices *cch; in ossl_cms_resolve_libctx() 89 STACK_OF(CMS_CertificateChoices) **pcerts; in ossl_cms_resolve_libctx() 469 static STACK_OF(CMS_CertificateChoices) in STACK_OF() argument 496 STACK_OF(CMS_CertificateChoices) **pcerts; in CMS_add0_CertificateChoices() 497 CMS_CertificateChoices *cch; in CMS_add0_CertificateChoices() 506 cch = M_ASN1_new_of(CMS_CertificateChoices); in CMS_add0_CertificateChoices() 518 CMS_CertificateChoices *cch; in CMS_add0_cert() 519 STACK_OF(CMS_CertificateChoices) **pcerts; in CMS_add0_cert() 623 CMS_CertificateChoices *cch; in STACK_OF() [all …]
|
H A D | cms_asn1.c | 27 ASN1_CHOICE(CMS_CertificateChoices) = { 28 ASN1_SIMPLE(CMS_CertificateChoices, d.certificate, X509), 29 ASN1_IMP(CMS_CertificateChoices, d.extendedCertificate, ASN1_SEQUENCE, 0), 30 ASN1_IMP(CMS_CertificateChoices, d.v1AttrCert, ASN1_SEQUENCE, 1), 31 ASN1_IMP(CMS_CertificateChoices, d.v2AttrCert, ASN1_SEQUENCE, 2), 32 ASN1_IMP(CMS_CertificateChoices, d.other, CMS_OtherCertificateFormat, 3) 33 } ASN1_CHOICE_END(CMS_CertificateChoices) 83 ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0), 90 ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, certificates, CMS_CertificateChoices, 0),
|
H A D | cms_local.h | 70 DEFINE_STACK_OF(CMS_CertificateChoices) 76 STACK_OF(CMS_CertificateChoices) *certificates; 122 STACK_OF(CMS_CertificateChoices) *certificates; 307 struct CMS_CertificateChoices { struct 488 DECLARE_ASN1_ITEM(CMS_CertificateChoices)
|
H A D | cms_sd.c | 68 CMS_CertificateChoices *cch; in cms_sd_set_version() 652 CMS_CertificateChoices *cch; in CMS_set1_signers_certs() 653 STACK_OF(CMS_CertificateChoices) *certs; in CMS_set1_signers_certs()
|
H A D | cms_env.c | 1060 CMS_CertificateChoices *cch; in cms_env_set_originfo_version()
|
/openssl/include/openssl/ |
H A D | cms.h.in | 39 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef 268 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
|
/openssl/util/ |
H A D | indent.pro | 125 -T CMS_CertificateChoices
|
Completed in 20 milliseconds