Home | History | Annotate | Download | only in cms

Lines Matching refs:CMS_CertificateChoices

66 DECLARE_ASN1_ITEM(CMS_CertificateChoices)
68 DECLARE_STACK_OF(CMS_CertificateChoices)
419 static STACK_OF(CMS_CertificateChoices) **cms_get0_certificate_choices(CMS_ContentInfo *cms)
438 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms)
440 STACK_OF(CMS_CertificateChoices) **pcerts;
441 CMS_CertificateChoices *cch;
449 cch = M_ASN1_new_of(CMS_CertificateChoices);
454 M_ASN1_free_of(cch, CMS_CertificateChoices);
462 CMS_CertificateChoices *cch;
463 STACK_OF(CMS_CertificateChoices) **pcerts;
562 CMS_CertificateChoices *cch;
563 STACK_OF(CMS_CertificateChoices) **pcerts;