Lines Matching refs:scomp
147 struct crypto_scomp *scomp = *tfm_ctx; in scomp_acomp_comp_decomp() local
169 ret = crypto_scomp_compress(scomp, scratch_src, req->slen, in scomp_acomp_comp_decomp()
172 ret = crypto_scomp_decompress(scomp, scratch_src, req->slen, in scomp_acomp_comp_decomp()
214 struct crypto_scomp *scomp; in crypto_init_scomp_ops_async() local
219 scomp = crypto_create_tfm(calg, &crypto_scomp_type); in crypto_init_scomp_ops_async()
220 if (IS_ERR(scomp)) { in crypto_init_scomp_ops_async()
222 return PTR_ERR(scomp); in crypto_init_scomp_ops_async()
225 *ctx = scomp; in crypto_init_scomp_ops_async()
241 struct crypto_scomp *scomp = *tfm_ctx; in crypto_acomp_scomp_alloc_ctx() local
244 ctx = crypto_scomp_alloc_ctx(scomp); in crypto_acomp_scomp_alloc_ctx()
260 struct crypto_scomp *scomp = *tfm_ctx; in crypto_acomp_scomp_free_ctx() local
264 crypto_scomp_free_ctx(scomp, ctx); in crypto_acomp_scomp_free_ctx()