+7
−0
+1
−0
+1
−0
drivers/crypto/aspeed/Kconfig
0 → 100644
+32
−0
drivers/crypto/aspeed/Makefile
0 → 100644
+6
−0
Loading
Hash and Crypto Engine (HACE) is designed to accelerate the throughput of hash data digest, encryption, and decryption. Basically, HACE can be divided into two independently engines - Hash Engine and Crypto Engine. This patch aims to add HACE hash engine driver for hash accelerator. Signed-off-by:Neal Liu <neal_liu@aspeedtech.com> Signed-off-by:
Johnny Huang <johnny_huang@aspeedtech.com> Reviewed-by:
Dhananjay Phadke <dphadke@linux.microsoft.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>