kernel
This commit is contained in:
parent
b59f84ee36
commit
cfab1d3ce7
83468 changed files with 37938688 additions and 0 deletions
14
linux-6.8.1/drivers/crypto/intel/ixp4xx/Kconfig
Normal file
14
linux-6.8.1/drivers/crypto/intel/ixp4xx/Kconfig
Normal file
|
@ -0,0 +1,14 @@
|
|||
config CRYPTO_DEV_IXP4XX
|
||||
tristate "Driver for IXP4xx crypto hardware acceleration"
|
||||
depends on (ARCH_IXP4XX || COMPILE_TEST) && IXP4XX_QMGR && IXP4XX_NPE
|
||||
select CRYPTO_AES
|
||||
select CRYPTO_DES
|
||||
select CRYPTO_ECB
|
||||
select CRYPTO_CBC
|
||||
select CRYPTO_CTR
|
||||
select CRYPTO_LIB_DES
|
||||
select CRYPTO_AEAD
|
||||
select CRYPTO_AUTHENC
|
||||
select CRYPTO_SKCIPHER
|
||||
help
|
||||
Driver for the IXP4xx NPE crypto engine.
|
2
linux-6.8.1/drivers/crypto/intel/ixp4xx/Makefile
Normal file
2
linux-6.8.1/drivers/crypto/intel/ixp4xx/Makefile
Normal file
|
@ -0,0 +1,2 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
obj-$(CONFIG_CRYPTO_DEV_IXP4XX) += ixp4xx_crypto.o
|
1602
linux-6.8.1/drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
Normal file
1602
linux-6.8.1/drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue