[PATCH v2 4/6] common: Move MD5 hash to hash_algo[] array.

Tom Rini trini at konsulko.com
Thu Sep 9 03:25:26 CEST 2021


On Thu, Sep 02, 2021 at 07:54:20PM -0500, Alexandru Gagniuc wrote:

> MD5 is being called directly in some places, but it is not available
> via hash_lookup_algo("md5"). This is inconsistent with other hasing
> routines. To resolve this, add an "md5" entry to hash_algos[].
> 
> The #ifdef clause looks funnier than those for other entries. This is
> because both MD5 and SPL_MD5 configs exist, whereas the other hashes
> do not have "SPL_" entries. The long term plan is to get rid of the
> ifdefs, so those should not be expected to survive much longer.
> 
> The md5 entry does not have .hash_init/update/finish members. That's
> okay because hash_progressive_lookup_algo() will catch that, and
> return -EPROTONOSUPPORT, while hash_lookup_algo() will return the
> correct pointer.
> 
> Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>

With a fix to CONFIG_IS_ENABLED(MD5), applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210908/61e9b3f4/attachment.sig>


More information about the U-Boot mailing list