Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c299 size_t partial_bytes; member
310 size_t partial_bytes; member
1407 size_t total_bytes = areq->nbytes + req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()
1412 if (req_ctx->partial_bytes && ready_bytes) { in artpec6_crypto_prepare_hash()
1419 req_ctx->partial_bytes); in artpec6_crypto_prepare_hash()
1423 req_ctx->partial_bytes, in artpec6_crypto_prepare_hash()
1429 done_bytes += req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()
1430 req_ctx->partial_bytes = 0; in artpec6_crypto_prepare_hash()
1447 req_ctx->partial_bytes, in artpec6_crypto_prepare_hash()
1450 req_ctx->partial_bytes += sg_rem; in artpec6_crypto_prepare_hash()
[all …]