Lines Matching refs:partial_bytes
296 size_t partial_bytes; member
307 size_t partial_bytes; member
1401 size_t total_bytes = areq->nbytes + req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()
1406 if (req_ctx->partial_bytes && ready_bytes) { in artpec6_crypto_prepare_hash()
1413 req_ctx->partial_bytes); in artpec6_crypto_prepare_hash()
1417 req_ctx->partial_bytes, in artpec6_crypto_prepare_hash()
1423 done_bytes += req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()
1424 req_ctx->partial_bytes = 0; in artpec6_crypto_prepare_hash()
1441 req_ctx->partial_bytes, in artpec6_crypto_prepare_hash()
1444 req_ctx->partial_bytes += sg_rem; in artpec6_crypto_prepare_hash()
1463 if (req_ctx->partial_bytes) { in artpec6_crypto_prepare_hash()
1466 req_ctx->partial_bytes); in artpec6_crypto_prepare_hash()
1469 req_ctx->partial_bytes, in artpec6_crypto_prepare_hash()
1474 req_ctx->digcnt += req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()
1475 req_ctx->partial_bytes = 0; in artpec6_crypto_prepare_hash()
2445 state->partial_bytes = ctx->partial_bytes; in artpec6_crypto_hash_export()
2471 ctx->partial_bytes = state->partial_bytes; in artpec6_crypto_hash_import()