Home
last modified time | relevance | path

Searched refs:CMS_CertificateChoices (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_lib.c22 static STACK_OF(CMS_CertificateChoices)
103 CMS_CertificateChoices *cch; in ossl_cms_resolve_libctx()
104 STACK_OF(CMS_CertificateChoices) **pcerts; in ossl_cms_resolve_libctx()
477 static STACK_OF(CMS_CertificateChoices) in STACK_OF() argument
502 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms) in CMS_add0_CertificateChoices()
504 STACK_OF(CMS_CertificateChoices) **pcerts; in CMS_add0_CertificateChoices()
505 CMS_CertificateChoices *cch; in CMS_add0_CertificateChoices()
514 cch = M_ASN1_new_of(CMS_CertificateChoices); in CMS_add0_CertificateChoices()
518 M_ASN1_free_of(cch, CMS_CertificateChoices); in CMS_add0_CertificateChoices()
526 CMS_CertificateChoices *cch; in CMS_add0_cert()
[all …]
H A Dcms_asn1.c27 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)
82 ASN1_IMP_SET_OF_OPT(CMS_SignedData, certificates, CMS_CertificateChoices, 0),
88 ASN1_IMP_SET_OF_OPT(CMS_OriginatorInfo, certificates, CMS_CertificateChoices, 0),
H A Dcms_local.h72 DEFINE_STACK_OF(CMS_CertificateChoices)
78 STACK_OF(CMS_CertificateChoices) *certificates;
124 STACK_OF(CMS_CertificateChoices) *certificates;
309 struct CMS_CertificateChoices { struct
486 DECLARE_ASN1_ITEM(CMS_CertificateChoices)
H A Dcms_sd.c71 CMS_CertificateChoices *cch; in cms_sd_set_version()
617 CMS_CertificateChoices *cch; in CMS_set1_signers_certs()
618 STACK_OF(CMS_CertificateChoices) *certs; in CMS_set1_signers_certs()
H A Dcms_env.c1036 CMS_CertificateChoices *cch; in cms_env_set_originfo_version()
/freebsd/crypto/openssl/include/openssl/
H A Dcms.h.in37 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef
258 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
H A Dcms.h36 typedef struct CMS_CertificateChoices CMS_CertificateChoices; typedef
356 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms);
/freebsd/crypto/openssl/util/
H A Dindent.pro125 -T CMS_CertificateChoices