Searched refs:comp_nid (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/cms/ |
D | cms_cd.c | 24 CMS_ContentInfo *ossl_cms_CompressedData_create(int comp_nid, in ossl_cms_CompressedData_create() argument 35 if (comp_nid != NID_zlib_compression) { in ossl_cms_CompressedData_create()
|
D | cms_smime.c | 930 CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags) in CMS_compress() argument 934 if (comp_nid <= 0) in CMS_compress() 935 comp_nid = NID_zlib_compression; in CMS_compress() 936 cms = ossl_cms_CompressedData_create(comp_nid, NULL, NULL); in CMS_compress() 959 CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags) in CMS_compress() argument
|
D | cms_local.h | 416 CMS_ContentInfo *ossl_cms_CompressedData_create(int comp_nid,
|
/third_party/openssl/doc/man3/ |
D | CMS_compress.pod | 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>
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | cms.h | 204 CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags);
|
/third_party/openssl/include/openssl/ |
D | cms.h.in | 253 CMS_ContentInfo *CMS_compress(BIO *in, int comp_nid, unsigned int flags);
|