crypto: nuvoton: Add NPCM7xx AES driver
authorJim Liu <jim.t90615@gmail.com>
Tue, 7 Jun 2022 08:32:08 +0000 (16:32 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 23 Jun 2022 01:30:05 +0000 (21:30 -0400)
commit9e03b48dfa6f0ad4a0a4f4411c8cc1da2cd70800
treec603aa140240ea95226f9698263f9d833598063e
parent12770d0df0e841cfa1bdbde7636aad3d531bf66b
crypto: nuvoton: Add NPCM7xx AES driver

add nuvoton BMC npcm750 AES driver

Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
arch/arm/include/asm/arch-npcm7xx/aes.h [new file with mode: 0644]
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/nuvoton/Kconfig [new file with mode: 0644]
drivers/crypto/nuvoton/Makefile [new file with mode: 0644]
drivers/crypto/nuvoton/npcm_aes.c [new file with mode: 0644]