Lines Matching refs:partial_bytes
295 size_t partial_bytes; member
306 size_t partial_bytes; member
1400 size_t total_bytes = areq->nbytes + req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()
1405 if (req_ctx->partial_bytes && ready_bytes) { in artpec6_crypto_prepare_hash()
1412 req_ctx->partial_bytes); in artpec6_crypto_prepare_hash()
1416 req_ctx->partial_bytes, in artpec6_crypto_prepare_hash()
1422 done_bytes += req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()
1423 req_ctx->partial_bytes = 0; in artpec6_crypto_prepare_hash()
1440 req_ctx->partial_bytes, in artpec6_crypto_prepare_hash()
1443 req_ctx->partial_bytes += sg_rem; in artpec6_crypto_prepare_hash()
1462 if (req_ctx->partial_bytes) { in artpec6_crypto_prepare_hash()
1465 req_ctx->partial_bytes); in artpec6_crypto_prepare_hash()
1468 req_ctx->partial_bytes, in artpec6_crypto_prepare_hash()
1473 req_ctx->digcnt += req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()
1474 req_ctx->partial_bytes = 0; in artpec6_crypto_prepare_hash()
2444 state->partial_bytes = ctx->partial_bytes; in artpec6_crypto_hash_export()
2470 ctx->partial_bytes = state->partial_bytes; in artpec6_crypto_hash_import()