Searched refs:crypto_comp_compress (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/ubifs/ |
D | compress.c | 110 err = crypto_comp_compress(compr->cc, in_buf, in_len, out_buf, in ubifs_compress()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_ipcomp.c | 151 err = crypto_comp_compress(tfm, start, plen, scratch, &dlen); in ipcomp_compress()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 1858 static inline int crypto_comp_compress(struct crypto_comp *tfm, in crypto_comp_compress() function
|
/linux-4.4.14/mm/ |
D | zswap.c | 1009 ret = crypto_comp_compress(tfm, src, PAGE_SIZE, dst, &dlen); in zswap_frontswap_store()
|
/linux-4.4.14/crypto/ |
D | testmgr.c | 1231 ret = crypto_comp_compress(tfm, ctemplate[i].input, in test_comp()
|