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

/linux-master/crypto/
H A Dcompress.c23 int crypto_comp_decompress(struct crypto_comp *comp, function
32 EXPORT_SYMBOL_GPL(crypto_comp_decompress); variable
H A Dtestmgr.c3333 ret = crypto_comp_decompress(tfm, output,
3366 ret = crypto_comp_decompress(tfm, dtemplate[i].input,
/linux-master/fs/ubifs/
H A Dcompress.c179 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf,
/linux-master/drivers/block/zram/
H A Dzcomp.c147 return crypto_comp_decompress(zstrm->tfm,
/linux-master/include/linux/
H A Dcrypto.h539 int crypto_comp_decompress(struct crypto_comp *tfm,
/linux-master/net/xfrm/
H A Dxfrm_ipcomp.c46 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen);
/linux-master/kernel/power/
H A Dswap.c1183 d->ret = crypto_comp_decompress(d->cc, d->cmp + CMP_HEADER, d->cmp_len,
/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c1002 ret = crypto_comp_decompress(deflate_generic_tfm,

Completed in 146 milliseconds