Lines Matching refs:assoclen
96 unsigned int assoclen = req->assoclen;
103 scatterwalk_map_and_copy(tmp + 1, dst, assoclen + cryptlen, 4, 0);
106 scatterwalk_map_and_copy(hash, dst, assoclen + cryptlen, authsize, 1);
129 unsigned int assoclen = req->assoclen;
140 scatterwalk_map_and_copy(tmp + 1, dst, assoclen + cryptlen, 4, 1);
146 ahash_request_set_crypt(ahreq, dst, hash, assoclen + cryptlen);
187 unsigned int assoclen = req->assoclen;
193 src = scatterwalk_ffwd(areq_ctx->src, req->src, assoclen);
197 err = crypto_authenc_esn_copy(req, assoclen);
202 dst = scatterwalk_ffwd(areq_ctx->dst, req->dst, assoclen);
230 unsigned int assoclen = req->assoclen;
240 scatterwalk_map_and_copy(tmp + 1, dst, assoclen + cryptlen, 4, 0);
249 dst = scatterwalk_ffwd(areq_ctx->dst, dst, assoclen);
277 unsigned int assoclen = req->assoclen;
287 err = crypto_authenc_esn_copy(req, assoclen + cryptlen);
292 scatterwalk_map_and_copy(ihash, req->src, assoclen + cryptlen,
301 scatterwalk_map_and_copy(tmp + 1, dst, assoclen + cryptlen, 4, 1);
307 ahash_request_set_crypt(ahreq, dst, ohash, assoclen + cryptlen);