Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ubifs/
Dcompress.c173 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf, in ubifs_decompress()
/linux-4.4.14/net/xfrm/
Dxfrm_ipcomp.c51 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen); in ipcomp_decompress()
/linux-4.4.14/mm/
Dzswap.c889 ret = crypto_comp_decompress(tfm, src, entry->length, in zswap_writeback_entry()
1100 ret = crypto_comp_decompress(tfm, src, entry->length, dst, &dlen); in zswap_frontswap_load()
/linux-4.4.14/include/linux/
Dcrypto.h1866 static inline int crypto_comp_decompress(struct crypto_comp *tfm, in crypto_comp_decompress() function
/linux-4.4.14/crypto/
Dtestmgr.c1264 ret = crypto_comp_decompress(tfm, dtemplate[i].input, in test_comp()