Searched refs:crypto_comp_decompress (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/crypto/ |
H A D | compress.c | 23 int crypto_comp_decompress(struct crypto_comp *comp, in crypto_comp_decompress() function 32 EXPORT_SYMBOL_GPL(crypto_comp_decompress);
|
H A D | testmgr.c | 3337 ret = crypto_comp_decompress(tfm, output, in test_comp() 3370 ret = crypto_comp_decompress(tfm, dtemplate[i].input, in test_comp()
|
/openbmc/linux/fs/ubifs/ |
H A D | compress.c | 179 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf, in ubifs_decompress()
|
/openbmc/linux/drivers/block/zram/ |
H A D | zcomp.c | 146 return crypto_comp_decompress(zstrm->tfm, in zcomp_decompress()
|
/openbmc/linux/include/linux/ |
H A D | crypto.h | 539 int crypto_comp_decompress(struct crypto_comp *tfm,
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.c | 122 crypto_comp_decompress(const struct ubifs_info *c, struct crypto_comp *tfm, in crypto_comp_decompress() function 192 err = crypto_comp_decompress(c, compr->cc, in_buf, in_len, out_buf, in ubifs_decompress()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_ipcomp.c | 46 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen); in ipcomp_decompress()
|