Lines Matching refs:dst
30 void *dst; member
77 vfree(scratch->dst); in crypto_scomp_free_scratches()
79 scratch->dst = NULL; in crypto_scomp_free_scratches()
100 scratch->dst = mem; in crypto_scomp_alloc_scratches()
133 if (req->dst && !req->dlen) in scomp_acomp_comp_decomp()
147 scratch->dst, &req->dlen, *ctx); in scomp_acomp_comp_decomp()
150 scratch->dst, &req->dlen, *ctx); in scomp_acomp_comp_decomp()
152 if (!req->dst) { in scomp_acomp_comp_decomp()
153 req->dst = sgl_alloc(req->dlen, GFP_ATOMIC, NULL); in scomp_acomp_comp_decomp()
154 if (!req->dst) { in scomp_acomp_comp_decomp()
162 scatterwalk_map_and_copy(scratch->dst, req->dst, 0, req->dlen, in scomp_acomp_comp_decomp()