Directory Files
.. 1
File Size
Kconfig 408 B
Makefile 196 B
cpt_common.h 6.0 kB
cpt_hw_types.h 21 kB
cptpf.h 1.3 kB
cptpf.mod.c 0 B
cptpf_main.c 17 kB
cptpf_mbox.c 4.5 kB
cptvf.h 3.8 kB
cptvf.mod.c 0 B
cptvf_algs.c 13 kB
cptvf_algs.h 2.0 kB
cptvf_main.c 21 kB
cptvf_mbox.c 4.4 kB
cptvf_reqmanager.c 16 kB
request_manager.h 2.6 kB

Linux v6.6.1 - cpt

# SPDX-License-Identifier: GPL-2.0-only
#
# Cavium crypto device configuration
#

config CRYPTO_DEV_CPT
	tristate

config CAVIUM_CPT
	tristate "Cavium Cryptographic Accelerator driver"
	depends on ARCH_THUNDER || COMPILE_TEST
	depends on PCI_MSI && 64BIT
	select CRYPTO_DEV_CPT
	help
	  Support for Cavium CPT block found in octeon-tx series of
	  processors.

	  To compile this as a module, choose M here.