Lines Matching refs:nbytes
69 req->nbytes = rctx->nbytes_orig; in qce_ahash_done()
94 rctx->src_nents = sg_nents_for_len(req->src, req->nbytes); in qce_ahash_async_req_handle()
238 unsigned int nbytes; in qce_ahash_update() local
242 rctx->count += req->nbytes; in qce_ahash_update()
245 total = req->nbytes + rctx->buflen; in qce_ahash_update()
249 0, req->nbytes, 0); in qce_ahash_update()
250 rctx->buflen += req->nbytes; in qce_ahash_update()
256 rctx->nbytes_orig = req->nbytes; in qce_ahash_update()
268 unsigned int src_offset = req->nbytes - hash_later; in qce_ahash_update()
274 nbytes = total - hash_later; in qce_ahash_update()
279 while (len < nbytes && sg) { in qce_ahash_update()
280 if (len + sg_dma_len(sg) > nbytes) in qce_ahash_update()
299 req->nbytes = nbytes; in qce_ahash_update()
317 rctx->nbytes_orig = req->nbytes; in qce_ahash_final()
323 req->nbytes = rctx->buflen; in qce_ahash_final()
340 rctx->nbytes_orig = req->nbytes; in qce_ahash_digest()