linux/drivers/crypto/qat
Ard Biesheuvel 0eb76ba29d crypto: remove cipher routines from public crypto API
The cipher routines in the crypto API are mostly intended for templates
implementing skcipher modes generically in software, and shouldn't be
used outside of the crypto subsystem. So move the prototypes and all
related definitions to a new header file under include/crypto/internal.
Also, let's use the new module namespace feature to move the symbol
exports into a new namespace CRYPTO_INTERNAL.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2021-01-03 08:41:35 +11:00
..
qat_4xxx crypto: qat - add capability detection logic in qat_4xxx 2020-12-11 21:54:16 +11:00
qat_c3xxx crypto: qat - add support for capability detection 2020-10-30 17:34:54 +11:00
qat_c3xxxvf crypto: qat - split transport CSR access logic 2020-10-30 17:34:47 +11:00
qat_c62x crypto: qat - add support for capability detection 2020-10-30 17:34:54 +11:00
qat_c62xvf crypto: qat - split transport CSR access logic 2020-10-30 17:34:47 +11:00
qat_common crypto: remove cipher routines from public crypto API 2021-01-03 08:41:35 +11:00
qat_dh895xcc crypto: qat - use BIT_ULL() - 1 pattern for masks 2020-10-30 17:34:56 +11:00
qat_dh895xccvf crypto: qat - split transport CSR access logic 2020-10-30 17:34:47 +11:00
Kconfig crypto: qat - add CRYPTO_AES to Kconfig dependencies 2020-12-23 18:45:23 +11:00
Makefile crypto: qat - add qat_4xxx driver 2020-11-20 14:45:34 +11:00