Lines Matching refs:cryptlen
128 unsigned int cryptlen)
146 return set_msg_len(info + 16 - l, cryptlen, l);
169 unsigned int cryptlen)
182 err = format_input(odata, req, cryptlen);
218 cryptlen += ilen;
221 ahash_request_set_crypt(ahreq, plain, odata, cryptlen);
236 req->assoclen + req->cryptlen,
292 unsigned int cryptlen = req->cryptlen;
301 err = crypto_ccm_auth(req, sg_next(pctx->src), cryptlen);
312 skcipher_request_set_crypt(skreq, pctx->src, dst, cryptlen + 16, iv);
318 scatterwalk_map_and_copy(odata, sg_next(dst), cryptlen,
329 unsigned int cryptlen = req->cryptlen - authsize;
337 err = crypto_ccm_auth(req, dst, cryptlen);
352 unsigned int cryptlen = req->cryptlen;
358 cryptlen -= authsize;
364 scatterwalk_map_and_copy(authtag, sg_next(pctx->src), cryptlen,
376 skcipher_request_set_crypt(skreq, pctx->src, dst, cryptlen + 16, iv);
381 err = crypto_ccm_auth(req, sg_next(dst), cryptlen);
641 req->cryptlen, iv);