Lines Matching refs:CMS_ContentInfo
23 **cms_get0_certificate_choices(CMS_ContentInfo *cms);
25 IMPLEMENT_ASN1_PRINT_FUNCTION(CMS_ContentInfo) in IMPLEMENT_ASN1_PRINT_FUNCTION() argument
27 CMS_ContentInfo *d2i_CMS_ContentInfo(CMS_ContentInfo **a, in IMPLEMENT_ASN1_PRINT_FUNCTION()
30 CMS_ContentInfo *ci; in IMPLEMENT_ASN1_PRINT_FUNCTION()
33 ci = (CMS_ContentInfo *)ASN1_item_d2i_ex((ASN1_VALUE **)a, in, len, in IMPLEMENT_ASN1_PRINT_FUNCTION()
42 int i2d_CMS_ContentInfo(const CMS_ContentInfo *a, unsigned char **out) in i2d_CMS_ContentInfo()
47 CMS_ContentInfo *CMS_ContentInfo_new_ex(OSSL_LIB_CTX *libctx, const char *propq) in CMS_ContentInfo_new_ex()
49 CMS_ContentInfo *ci; in CMS_ContentInfo_new_ex()
51 ci = (CMS_ContentInfo *)ASN1_item_new_ex(ASN1_ITEM_rptr(CMS_ContentInfo), in CMS_ContentInfo_new_ex()
68 CMS_ContentInfo *CMS_ContentInfo_new(void) in CMS_ContentInfo_new()
73 void CMS_ContentInfo_free(CMS_ContentInfo *cms) in CMS_ContentInfo_free()
77 ASN1_item_free((ASN1_VALUE *)cms, ASN1_ITEM_rptr(CMS_ContentInfo)); in CMS_ContentInfo_free()
81 const CMS_CTX *ossl_cms_get0_cmsctx(const CMS_ContentInfo *cms) in ossl_cms_get0_cmsctx()
96 void ossl_cms_resolve_libctx(CMS_ContentInfo *ci) in ossl_cms_resolve_libctx()
118 const ASN1_OBJECT *CMS_get0_type(const CMS_ContentInfo *cms) in CMS_get0_type()
123 CMS_ContentInfo *ossl_cms_Data_create(OSSL_LIB_CTX *libctx, const char *propq) in ossl_cms_Data_create()
125 CMS_ContentInfo *cms = CMS_ContentInfo_new_ex(libctx, propq); in ossl_cms_Data_create()
135 BIO *ossl_cms_content_bio(CMS_ContentInfo *cms) in ossl_cms_content_bio()
153 BIO *CMS_dataInit(CMS_ContentInfo *cms, BIO *icont) in CMS_dataInit()
209 int CMS_dataFinal(CMS_ContentInfo *cms, BIO *cmsbio) in CMS_dataFinal()
264 ASN1_OCTET_STRING **CMS_get0_content(CMS_ContentInfo *cms) in CMS_get0_content()
307 static ASN1_OBJECT **cms_get0_econtent_type(CMS_ContentInfo *cms) in cms_get0_econtent_type()
339 const ASN1_OBJECT *CMS_get0_eContentType(CMS_ContentInfo *cms) in CMS_get0_eContentType()
348 int CMS_set1_eContentType(CMS_ContentInfo *cms, const ASN1_OBJECT *oid) in CMS_set1_eContentType()
365 int CMS_is_detached(CMS_ContentInfo *cms) in CMS_is_detached()
377 int CMS_set_detached(CMS_ContentInfo *cms, int detached) in CMS_set_detached()
474 **cms_get0_certificate_choices(CMS_ContentInfo *cms) in STACK_OF()
498 CMS_CertificateChoices *CMS_add0_CertificateChoices(CMS_ContentInfo *cms) in CMS_add0_CertificateChoices()
520 int CMS_add0_cert(CMS_ContentInfo *cms, X509 *cert) in CMS_add0_cert()
546 int CMS_add1_cert(CMS_ContentInfo *cms, X509 *cert) in CMS_add1_cert()
556 **cms_get0_revocation_choices(CMS_ContentInfo *cms) in STACK_OF()
580 CMS_RevocationInfoChoice *CMS_add0_RevocationInfoChoice(CMS_ContentInfo *cms) in CMS_add0_RevocationInfoChoice()
602 int CMS_add0_crl(CMS_ContentInfo *cms, X509_CRL *crl) in CMS_add0_crl()
613 int CMS_add1_crl(CMS_ContentInfo *cms, X509_CRL *crl) in CMS_add1_crl()
622 STACK_OF(X509) *CMS_get1_certs(CMS_ContentInfo *cms) in STACK_OF()
646 STACK_OF(X509_CRL) *CMS_get1_crls(CMS_ContentInfo *cms) in STACK_OF()