mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
1b44c5a60c
Add support for Inside Secure SafeXcel EIP197 cryptographic engine, which can be found on Marvell Armada 7k and 8k boards. This driver currently implements: ecb(aes), cbc(aes), sha1, sha224, sha256 and hmac(sah1) algorithms. Two firmwares are needed for this engine to work. Their are mostly used for more advanced operations than the ones supported (as of now), but we still need them to pass the data to the internal cryptographic engine. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
3 lines
140 B
Makefile
3 lines
140 B
Makefile
obj-$(CONFIG_CRYPTO_DEV_SAFEXCEL) += crypto_safexcel.o
|
|
crypto_safexcel-objs := safexcel.o safexcel_ring.o safexcel_cipher.o safexcel_hash.o
|