Searched refs:crypto_comp_decompress (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/fs/ubifs/ |
H A D | compress.c | 173 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf, ubifs_decompress()
|
/linux-4.1.27/net/xfrm/ |
H A D | xfrm_ipcomp.c | 51 int err = crypto_comp_decompress(tfm, start, plen, scratch, &dlen); ipcomp_decompress()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_crypto.h | 374 static inline int crypto_comp_decompress(struct crypto_tfm *tfm, crypto_comp_decompress() function
|
/linux-4.1.27/mm/ |
H A D | zswap.c | 123 ret = crypto_comp_decompress(tfm, src, slen, dst, dlen); zswap_comp_op()
|
/linux-4.1.27/crypto/ |
H A D | testmgr.c | 1232 ret = crypto_comp_decompress(tfm, dtemplate[i].input, test_comp()
|
/linux-4.1.27/include/linux/ |
H A D | crypto.h | 2393 static inline int crypto_comp_decompress(struct crypto_comp *tfm, crypto_comp_decompress() function
|
Completed in 240 milliseconds