Searched refs:comp_nid (Results 1 – 5 of 5) sorted by relevance
24 CMS_ContentInfo *cms_CompressedData_create(int comp_nid) in cms_CompressedData_create() argument32 if (comp_nid != NID_zlib_compression) { in cms_CompressedData_create()
814 CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags) in CMS_compress() argument817 if (comp_nid <= 0) in CMS_compress()818 comp_nid = NID_zlib_compression; in CMS_compress()819 cms = cms_CompressedData_create(comp_nid); in CMS_compress()842 CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags) in CMS_compress() argument
384 CMS_ContentInfo *cms_CompressedData_create(int comp_nid);
11 CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags);15 CMS_compress() creates and returns a CMS CompressedData structure. B<comp_nid>
204 CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags);