2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-25 13:43:55 +08:00
linux-next/drivers/crypto/inside-secure
Ard Biesheuvel 04007b0e6c crypto: des - split off DES library from generic DES cipher driver
Another one for the cipher museum: split off DES core processing into
a separate module so other drivers (mostly for crypto accelerators)
can reuse the code without pulling in the generic DES cipher itself.
This will also permit the cipher interface to be made private to the
crypto API itself once we move the only user in the kernel (CIFS) to
this library interface.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2019-08-22 14:57:33 +10:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
safexcel_cipher.c crypto: des - split off DES library from generic DES cipher driver 2019-08-22 14:57:33 +10:00
safexcel_hash.c crypto: inside-secure -reduce hash byte counters to 64 bits 2019-07-26 22:08:01 +10:00
safexcel_ring.c crypto: inside-secure - enable context reuse 2019-06-06 14:38:56 +08:00
safexcel.c crypto: inside-secure - use devm_platform_ioremap_resource() to simplify code 2019-08-09 15:12:00 +10:00
safexcel.h crypto: inside-secure -reduce hash byte counters to 64 bits 2019-07-26 22:08:01 +10:00