Searched refs:partial_bytes (Results 1 – 1 of 1) sorted by relevance
299 size_t partial_bytes; member310 size_t partial_bytes; member1407 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 …]