Home
last modified time | relevance | path

Searched refs:crypto_comp_decompress (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/crypto/
Dcompress.c23 int crypto_comp_decompress(struct crypto_comp *comp, in crypto_comp_decompress() function
32 EXPORT_SYMBOL_GPL(crypto_comp_decompress);
Dtestmgr.c3257 ret = crypto_comp_decompress(tfm, output, in test_comp()
3290 ret = crypto_comp_decompress(tfm, dtemplate[i].input, in test_comp()
/linux-6.1.9/fs/ubifs/
Dcompress.c179 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf, in ubifs_decompress()
/linux-6.1.9/drivers/block/zram/
Dzcomp.c146 return crypto_comp_decompress(zstrm->tfm, in zcomp_decompress()
/linux-6.1.9/net/xfrm/
Dxfrm_ipcomp.c46 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen); in ipcomp_decompress()
/linux-6.1.9/include/linux/
Dcrypto.h771 int crypto_comp_decompress(struct crypto_comp *tfm,
/linux-6.1.9/fs/pstore/
Dplatform.c698 ret = crypto_comp_decompress(tfm, record->buf, record->size, in decompress_record()