Lines Matching refs:cryptlen
127 unsigned int cryptlen)
145 return set_msg_len(info + 16 - l, cryptlen, l);
168 unsigned int cryptlen)
181 err = format_input(odata, req, cryptlen);
217 cryptlen += ilen;
220 ahash_request_set_crypt(ahreq, plain, pctx->odata, cryptlen);
235 req->assoclen + req->cryptlen,
291 unsigned int cryptlen = req->cryptlen;
300 err = crypto_ccm_auth(req, sg_next(pctx->src), cryptlen);
311 skcipher_request_set_crypt(skreq, pctx->src, dst, cryptlen + 16, iv);
317 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);