Lines Matching refs:partial_bytes
295 size_t partial_bytes; member
306 size_t partial_bytes; member
1402 size_t total_bytes = areq->nbytes + req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()
1407 if (req_ctx->partial_bytes && ready_bytes) { in artpec6_crypto_prepare_hash()
1414 req_ctx->partial_bytes); in artpec6_crypto_prepare_hash()
1418 req_ctx->partial_bytes, in artpec6_crypto_prepare_hash()
1424 done_bytes += req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()
1425 req_ctx->partial_bytes = 0; in artpec6_crypto_prepare_hash()
1442 req_ctx->partial_bytes, in artpec6_crypto_prepare_hash()
1445 req_ctx->partial_bytes += sg_rem; in artpec6_crypto_prepare_hash()
1464 if (req_ctx->partial_bytes) { in artpec6_crypto_prepare_hash()
1467 req_ctx->partial_bytes); in artpec6_crypto_prepare_hash()
1470 req_ctx->partial_bytes, in artpec6_crypto_prepare_hash()
1475 req_ctx->digcnt += req_ctx->partial_bytes; in artpec6_crypto_prepare_hash()
1476 req_ctx->partial_bytes = 0; in artpec6_crypto_prepare_hash()
2454 state->partial_bytes = ctx->partial_bytes; in artpec6_crypto_hash_export()
2480 ctx->partial_bytes = state->partial_bytes; in artpec6_crypto_hash_import()