Searched refs:comp_nid (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_cd.c73 CMS_ContentInfo *cms_CompressedData_create(int comp_nid)
81 if (comp_nid != NID_zlib_compression) {
H A Dcms_smime.c802 CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags) argument
805 if (comp_nid <= 0)
806 comp_nid = NID_zlib_compression;
807 cms = cms_CompressedData_create(comp_nid);
830 CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags) argument
H A Dcms_lcl.h431 CMS_ContentInfo *cms_CompressedData_create(int comp_nid);
H A Dcms.h247 CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_cd.c73 CMS_ContentInfo *cms_CompressedData_create(int comp_nid)
81 if (comp_nid != NID_zlib_compression) {
H A Dcms_smime.c802 CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags) argument
805 if (comp_nid <= 0)
806 comp_nid = NID_zlib_compression;
807 cms = cms_CompressedData_create(comp_nid);
830 CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags) argument
H A Dcms_lcl.h431 CMS_ContentInfo *cms_CompressedData_create(int comp_nid);
H A Dcms.h247 CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags);

Completed in 76 milliseconds