Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/axis/
Dartpec6_crypto.c1403 size_t ready_bytes = round_down(total_bytes, blocksize); in artpec6_crypto_prepare_hash() local
1406 run_hw = ready_bytes > 0; in artpec6_crypto_prepare_hash()
1407 if (req_ctx->partial_bytes && ready_bytes) { in artpec6_crypto_prepare_hash()
1431 ready_bytes - in artpec6_crypto_prepare_hash()
1437 size_t sg_skip = ready_bytes - done_bytes; in artpec6_crypto_prepare_hash()
1448 req_ctx->digcnt += ready_bytes; in artpec6_crypto_prepare_hash()