Home
last modified time | relevance | path

Searched refs:total_todo (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/crypto/bcm/
Dcipher.h243 unsigned int total_todo; member
261 unsigned int total_todo; member
Dcipher.c334 remaining = rctx->total_todo - chunk_start; in handle_skcipher_req()
498 if (rctx->total_received == rctx->total_todo) { in handle_skcipher_resp()
695 rctx->total_todo, rctx->total_sent); in handle_ahash_req()
725 nbytes_to_hash = rctx->total_todo - rctx->total_sent; in handle_ahash_req()
786 if ((rctx->total_sent == rctx->total_todo) && rctx->is_final) in handle_ahash_req()
1012 if (rctx->is_final && (rctx->total_sent == rctx->total_todo)) in handle_ahash_resp()
1287 chunksize = rctx->total_todo; in handle_aead_req()
1668 if (rctx->total_sent < rctx->total_todo) { in spu_rx_callback()
1726 rctx->total_todo = req->cryptlen; in skcipher_enqueue()
1928 if ((rctx->is_final == 1) && (rctx->total_todo == 0) && in ahash_enqueue()
[all …]