Searched refs:crypto_comp_compress (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/ubifs/ | 
| D | compress.c | 116 	err = crypto_comp_compress(compr->cc, in_buf, in_len, out_buf,  in ubifs_compress()
  | 
| /Linux-v5.4/drivers/block/zram/ | 
| D | zcomp.c | 143 	return crypto_comp_compress(zstrm->tfm,  in zcomp_compress()
  | 
| /Linux-v5.4/net/xfrm/ | 
| D | xfrm_ipcomp.c | 147 	err = crypto_comp_compress(tfm, start, plen, scratch, &dlen);  in ipcomp_compress()
  | 
| /Linux-v5.4/fs/pstore/ | 
| D | platform.c | 278 	ret = crypto_comp_compress(tfm, in, inlen, out, &outlen);  in pstore_compress()
  | 
| /Linux-v5.4/include/linux/ | 
| D | crypto.h | 1834 static inline int crypto_comp_compress(struct crypto_comp *tfm,  in crypto_comp_compress()  function
  | 
| /Linux-v5.4/mm/ | 
| D | zswap.c | 1063 	ret = crypto_comp_compress(tfm, src, PAGE_SIZE, dst, &dlen);  in zswap_frontswap_store()
  | 
| /Linux-v5.4/crypto/ | 
| D | testmgr.c | 2926 		ret = crypto_comp_compress(tfm, ctemplate[i].input,  in test_comp()
  |