crypto: sa2ul - Add crypto driver
authorKeerthy <j-keerthy@ti.com>
Mon, 13 Jul 2020 08:34:22 +0000 (11:34 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 23 Jul 2020 07:34:16 +0000 (17:34 +1000)
commit7694b6ca649fead1a57046935711bc82dfc78cfb
treed19ced9942936069d166f867a851f0ce84b458ce
parent2ce9a7299bf6332cf32c12cdf360983da56be33b
crypto: sa2ul - Add crypto driver

Adds a basic crypto driver and currently supports AES/3DES
in cbc mode for both encryption and decryption.

Signed-off-by: Keerthy <j-keerthy@ti.com>
[t-kristo@ti.com: major re-work to fix various bugs in the driver and to
 cleanup the code]
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig
drivers/crypto/Makefile
drivers/crypto/sa2ul.c [new file with mode: 0644]
drivers/crypto/sa2ul.h [new file with mode: 0644]