Lines Matching refs:nbytes
257 ctx->buffer, hdev->req->nbytes); in img_hash_write_via_cpu()
259 ctx->total = hdev->req->nbytes; in img_hash_write_via_cpu()
361 size_t nbytes, bleft, wsend, len, tbc; in img_hash_dma_task() local
368 nbytes = ctx->sg->length - ctx->offset; in img_hash_dma_task()
380 bleft = nbytes % 4; in img_hash_dma_task()
381 wsend = (nbytes / 4); in img_hash_dma_task()
446 if (req->nbytes >= IMG_HASH_DMA_THRESHOLD) { in img_hash_process_data()
448 req->nbytes); in img_hash_process_data()
452 req->nbytes); in img_hash_process_data()
467 nbits = (u64)hdev->req->nbytes << 3; in img_hash_hw_init()
531 ctx->op, req->nbytes); in img_hash_handle_queue()
554 rctx->fallback_req.nbytes = req->nbytes; in img_hash_update()
583 rctx->fallback_req.nbytes = req->nbytes; in img_hash_finup()
636 ctx->total = req->nbytes; in img_hash_digest()