Lines Matching refs:partial_bytes
299 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()
1470 if (req_ctx->partial_bytes) { in artpec6_crypto_prepare_hash()
1473 req_ctx->partial_bytes); in artpec6_crypto_prepare_hash()
1476 req_ctx->partial_bytes, in artpec6_crypto_prepare_hash()
1481 req_ctx->digcnt += req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()
1482 req_ctx->partial_bytes = 0; in artpec6_crypto_prepare_hash()
2518 state->partial_bytes = ctx->partial_bytes; in artpec6_crypto_hash_export()
2544 ctx->partial_bytes = state->partial_bytes; in artpec6_crypto_hash_import()