On Mon, 20 Jul 2026 21:11:13 -0600, James Hilliard wrote:
> The hash command currently always uses the software implementation for
> the selected algorithm, even when driver-model hash providers are
> available.
>
> Add a hash_digest_wd_lookup() helper which probes UCLASS_HASH devices in
> order and uses the first provider supporting the requested algorithm.
> Continue past unavailable providers and unsupported operations, but
> propagate a hard digest failure once a provider accepts the operation.
> Remember probe failures so they are not silently hidden by software
> fallback when no later provider succeeds.
>
> [...]
Applied to u-boot/main, thanks!
[1/1] crypto: hash: use DM providers from hash command
commit: 94b349bd902d9e38e1846c157fadd9054c34680a
--
Tom