Lines Matching refs:CMS_CertificateChoices
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
494 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms) in CMS_add0_CertificateChoices()
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()
510 M_ASN1_free_of(cch, 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()
624 STACK_OF(CMS_CertificateChoices) **pcerts; in STACK_OF()