Directory Files
.. 1
File Size
Kconfig 520 B
Makefile 337 B
n5pf.mod.c 0 B
nitrox_aead.c 14 kB
nitrox_algs.c 344 B
nitrox_common.h 952 B
nitrox_csr.h 40 kB
nitrox_debugfs.c 1.9 kB
nitrox_debugfs.h 462 B
nitrox_dev.h 6.5 kB
nitrox_hal.c 18 kB
nitrox_hal.h 1.4 kB
nitrox_isr.c 11 kB
nitrox_isr.h 587 B
nitrox_lib.c 6.5 kB
nitrox_main.c 14 kB
nitrox_mbx.c 5.1 kB
nitrox_mbx.h 279 B
nitrox_req.h 16 kB
nitrox_reqmgr.c 15 kB
nitrox_skcipher.c 15 kB
nitrox_sriov.c 4.6 kB

Linux v6.6.1 - nitrox

# SPDX-License-Identifier: GPL-2.0-only
#
# Cavium NITROX Crypto Device configuration
#
config CRYPTO_DEV_NITROX
	tristate
	select CRYPTO_SKCIPHER
	select CRYPTO_AES
	select CRYPTO_LIB_DES
	select FW_LOADER

config CRYPTO_DEV_NITROX_CNN55XX
	tristate "Support for Cavium CNN55XX driver"
	depends on PCI_MSI && 64BIT
	select CRYPTO_DEV_NITROX
	help
	  Support for Cavium NITROX family CNN55XX driver
	  for accelerating crypto workloads.

	  To compile this as a module, choose M here: the module
	  will be called n5pf.