Re: [PATCH v1] crypto: nuvoton: npcm_sha: Support SHA 384/512

2024-05-14 Thread Tom Rini
On Mon, Apr 29, 2024 at 02:38:03PM +0800, Jim Liu wrote: > 1. Use vendor naming rule to rename each function > 2. add SHA 384/512 support > > Signed-off-by: Jim Liu Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v1] crypto: nuvoton: npcm_sha: Support SHA 384/512

2024-04-28 Thread Jim Liu
1. Use vendor naming rule to rename each function 2. add SHA 384/512 support Signed-off-by: Jim Liu --- drivers/crypto/nuvoton/npcm_sha.c | 1024 +++-- 1 file changed, 252 insertions(+), 772 deletions(-) diff --git a/drivers/crypto/nuvoton/npcm_sha.c b/drivers/crypto/nu