Lines Matching defs:cms
29 CMS_ContentInfo *cms; in cms_Data_create() local
39 BIO *cms_content_bio(CMS_ContentInfo *cms) in cms_content_bio()
56 BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont) in CMS_dataInit()
108 int CMS_dataFinal(CMS_ContentInfo *cms, BIO *cmsbio) in CMS_dataFinal()
157 ASN1_OCTET_STRING **CMS_get0_content(CMS_ContentInfo *cms) in CMS_get0_content()
196 static ASN1_OBJECT **cms_get0_econtent_type(CMS_ContentInfo *cms) in cms_get0_econtent_type()
225 const ASN1_OBJECT *CMS_get0_eContentType(CMS_ContentInfo *cms) in CMS_get0_eContentType()
234 int CMS_set1_eContentType(CMS_ContentInfo *cms, const ASN1_OBJECT *oid) in CMS_set1_eContentType()
250 int CMS_is_detached(CMS_ContentInfo *cms) in CMS_is_detached()
261 int CMS_set_detached(CMS_ContentInfo *cms, int detached) in CMS_set_detached()
361 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms) in CMS_add0_CertificateChoices()
382 int CMS_add0_cert(CMS_ContentInfo *cms, X509 *cert) in CMS_add0_cert()
408 int CMS_add1_cert(CMS_ContentInfo *cms, X509 *cert) in CMS_add1_cert()
438 CMS_RevocationInfoChoice *CMS_add0_RevocationInfoChoice(CMS_ContentInfo *cms) in CMS_add0_RevocationInfoChoice()
459 int CMS_add0_crl(CMS_ContentInfo *cms, X509_CRL *crl) in CMS_add0_crl()
470 int CMS_add1_crl(CMS_ContentInfo *cms, X509_CRL *crl) in CMS_add1_crl()