]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: axis - add ARTPEC-6/7 crypto accelerator driver
authorLars Persson <lars.persson@axis.com>
Thu, 10 Aug 2017 12:53:53 +0000 (14:53 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 22 Aug 2017 06:54:52 +0000 (14:54 +0800)
commita21eb94fc4d3c6472de53bd30a543ec06eaf8914
treee2ee7afe07af59f4f14b6fcc8530bdfdb040ca27
parent6f7473c524cc4f875dcd9397ec9a6ec039bd08b6
crypto: axis - add ARTPEC-6/7 crypto accelerator driver

This is an asynchronous crypto API driver for the accelerator present
in the ARTPEC-6 and -7 SoCs from Axis Communications AB.

The driver supports AES in ECB/CTR/CBC/XTS/GCM modes and SHA1/2 hash
standards.

Signed-off-by: Lars Persson <larper@axis.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/axis/Makefile [new file with mode: 0644]
drivers/crypto/axis/artpec6_crypto.c [new file with mode: 0644]