u-boot/drivers/crypto/hash
Raymond Mao 0fe031dd72 md5: Use typedef for MD5 context
Use of typedef is beneficial for porting with other crypto libs
without changing the API callers.
Secondly, it is for the code consistency with other digest libs.
SHA1, SHA256 and SHA512 are all using typedef for their context.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
2024-05-22 08:55:28 -06:00
..
hash-uclass.c crypto: Remove <common.h> and add needed includes 2024-05-07 08:00:41 -06:00
hash_sw.c md5: Use typedef for MD5 context 2024-05-22 08:55:28 -06:00
Kconfig crypto: hash: sw: fix Kconfig dependencies 2022-10-26 15:21:11 -04:00
Makefile crypto: hash: Add software hash DM driver 2021-09-01 19:25:37 -04:00