Searched refs:crypto_comp_compress (Results 1 – 6 of 6) sorted by relevance
| /linux/crypto/ |
| A D | compress.c | 12 int crypto_comp_compress(struct crypto_comp *comp, in crypto_comp_compress() function 21 EXPORT_SYMBOL_GPL(crypto_comp_compress);
|
| A D | testmgr.c | 3355 ret = crypto_comp_compress(tfm, ctemplate[i].input, in test_comp()
|
| /linux/fs/ubifs/ |
| A D | compress.c | 117 err = crypto_comp_compress(compr->cc, in_buf, in_len, out_buf, in ubifs_compress()
|
| /linux/include/linux/ |
| A D | crypto.h | 535 int crypto_comp_compress(struct crypto_comp *tfm,
|
| /linux/net/xfrm/ |
| A D | xfrm_ipcomp.c | 135 err = crypto_comp_compress(tfm, start, plen, scratch, &dlen); in ipcomp_compress()
|
| /linux/kernel/power/ |
| A D | swap.c | 674 d->ret = crypto_comp_compress(d->cc, d->unc, d->unc_len, in compress_threadfn()
|
Completed in 22 milliseconds