Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_CRYPTO_DEV_CCP_DD
	tristate "Cryptographic Coprocessor device driver"
	depends on CONFIG_CRYPTO_DEV_CCP
	default m
	select CONFIG_HW_RANDOM
	select CONFIG_DMA_ENGINE
	select CONFIG_DMADEVICES
	select CONFIG_CRYPTO_SHA1
	select CONFIG_CRYPTO_SHA256
	help
	  Provides the interface to use the AMD Cryptographic Coprocessor
	  which can be used to offload encryption operations such as SHA,
	  AES and more. If you choose 'CONFIG_M' here, this module will be called
	  ccp.

config CONFIG_CRYPTO_DEV_CCP_CRYPTO
	tristate "Encryption and hashing offload support"
	depends on CONFIG_CRYPTO_DEV_CCP_DD
	default m
	select CONFIG_CRYPTO_HASH
	select CONFIG_CRYPTO_BLKCIPHER
	select CONFIG_CRYPTO_AUTHENC
	help
	  Support for using the cryptographic API with the AMD Cryptographic
	  Coprocessor. This module supports offload of SHA and AES algorithms.
	  If you choose 'CONFIG_M' here, this module will be called ccp_crypto.