Lines Matching refs:scomp
117 struct crypto_scomp *scomp = *tfm_ctx; in scomp_acomp_comp_decomp() local
139 ret = crypto_scomp_compress(scomp, scratch->src, req->slen, in scomp_acomp_comp_decomp()
142 ret = crypto_scomp_decompress(scomp, scratch->src, req->slen, in scomp_acomp_comp_decomp()
190 struct crypto_scomp *scomp; in crypto_init_scomp_ops_async() local
195 scomp = crypto_create_tfm(calg, &crypto_scomp_type); in crypto_init_scomp_ops_async()
196 if (IS_ERR(scomp)) { in crypto_init_scomp_ops_async()
198 return PTR_ERR(scomp); in crypto_init_scomp_ops_async()
201 *ctx = scomp; in crypto_init_scomp_ops_async()
217 struct crypto_scomp *scomp = *tfm_ctx; in crypto_acomp_scomp_alloc_ctx() local
220 ctx = crypto_scomp_alloc_ctx(scomp); in crypto_acomp_scomp_alloc_ctx()
236 struct crypto_scomp *scomp = *tfm_ctx; in crypto_acomp_scomp_free_ctx() local
240 crypto_scomp_free_ctx(scomp, ctx); in crypto_acomp_scomp_free_ctx()