Searched refs:crypto_comp_decompress (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/ubifs/ | 
| D | compress.c | 179 	err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf,  in ubifs_decompress()
 | 
| /Linux-v5.4/drivers/block/zram/ | 
| D | zcomp.c | 153 	return crypto_comp_decompress(zstrm->tfm,  in zcomp_decompress()
 | 
| /Linux-v5.4/net/xfrm/ | 
| D | xfrm_ipcomp.c | 47 	int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen);  in ipcomp_decompress()
 | 
| /Linux-v5.4/mm/ | 
| D | zswap.c | 892 		ret = crypto_comp_decompress(tfm, src, entry->length,  in zswap_writeback_entry()1163 	ret = crypto_comp_decompress(tfm, src, entry->length, dst, &dlen);  in zswap_frontswap_load()
 
 | 
| /Linux-v5.4/fs/pstore/ | 
| D | platform.c | 687 	ret = crypto_comp_decompress(tfm, record->buf, record->size,  in decompress_record()
 | 
| /Linux-v5.4/include/linux/ | 
| D | crypto.h | 1842 static inline int crypto_comp_decompress(struct crypto_comp *tfm,  in crypto_comp_decompress()  function
 | 
| /Linux-v5.4/crypto/ | 
| D | testmgr.c | 2937 		ret = crypto_comp_decompress(tfm, output,  in test_comp()2970 		ret = crypto_comp_decompress(tfm, dtemplate[i].input,  in test_comp()
 
 |