• Home
  • Raw
  • Download

Lines Matching defs:cms

76 void CMS_ContentInfo_free(CMS_ContentInfo *cms)  in CMS_ContentInfo_free()
84 const CMS_CTX *ossl_cms_get0_cmsctx(const CMS_ContentInfo *cms) in ossl_cms_get0_cmsctx()
121 const ASN1_OBJECT *CMS_get0_type(const CMS_ContentInfo *cms) in CMS_get0_type()
128 CMS_ContentInfo *cms = CMS_ContentInfo_new_ex(libctx, propq); in ossl_cms_Data_create() local
138 BIO *ossl_cms_content_bio(CMS_ContentInfo *cms) in ossl_cms_content_bio()
156 BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont) in CMS_dataInit()
212 int CMS_dataFinal(CMS_ContentInfo *cms, BIO *cmsbio) in CMS_dataFinal()
267 ASN1_OCTET_STRING **CMS_get0_content(CMS_ContentInfo *cms) in CMS_get0_content()
310 static ASN1_OBJECT **cms_get0_econtent_type(CMS_ContentInfo *cms) in cms_get0_econtent_type()
342 const ASN1_OBJECT *CMS_get0_eContentType(CMS_ContentInfo *cms) in CMS_get0_eContentType()
351 int CMS_set1_eContentType(CMS_ContentInfo *cms, const ASN1_OBJECT *oid) in CMS_set1_eContentType()
368 int CMS_is_detached(CMS_ContentInfo *cms) in CMS_is_detached()
380 int CMS_set_detached(CMS_ContentInfo *cms, int detached) in CMS_set_detached()
501 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms) in CMS_add0_CertificateChoices()
523 int CMS_add0_cert(CMS_ContentInfo *cms, X509 *cert) in CMS_add0_cert()
549 int CMS_add1_cert(CMS_ContentInfo *cms, X509 *cert) in CMS_add1_cert()
583 CMS_RevocationInfoChoice *CMS_add0_RevocationInfoChoice(CMS_ContentInfo *cms) in CMS_add0_RevocationInfoChoice()
605 int CMS_add0_crl(CMS_ContentInfo *cms, X509_CRL *crl) in CMS_add0_crl()
616 int CMS_add1_crl(CMS_ContentInfo *cms, X509_CRL *crl) in CMS_add1_crl()