Searched refs:crypto_comp_compress (Results 1 - 7 of 7) sorted by relevance

/linux-master/crypto/
H A Dcompress.c12 int crypto_comp_compress(struct crypto_comp *comp, function
21 EXPORT_SYMBOL_GPL(crypto_comp_compress); variable
H A Dtestmgr.c3322 ret = crypto_comp_compress(tfm, ctemplate[i].input,
/linux-master/fs/ubifs/
H A Dcompress.c116 err = crypto_comp_compress(compr->cc, in_buf, in_len, out_buf,
/linux-master/drivers/block/zram/
H A Dzcomp.c137 return crypto_comp_compress(zstrm->tfm,
/linux-master/include/linux/
H A Dcrypto.h535 int crypto_comp_compress(struct crypto_comp *tfm,
/linux-master/net/xfrm/
H A Dxfrm_ipcomp.c135 err = crypto_comp_compress(tfm, start, plen, scratch, &dlen);
/linux-master/kernel/power/
H A Dswap.c679 d->ret = crypto_comp_compress(d->cc, d->unc, d->unc_len,

Completed in 190 milliseconds