arch/sparc/crypto/Kconfig

Source file repositories/reference/linux-study-clean/arch/sparc/crypto/Kconfig

File Facts

System
Linux kernel
Corpus path
arch/sparc/crypto/Kconfig
Extension
[no extension]
Size
652 bytes
Lines
27
Domain
Architecture Layer
Bucket
arch/sparc
Inferred role
Architecture Layer: build/configuration rule
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0

menu "Accelerated Cryptographic Algorithms for CPU (sparc64)"

config CRYPTO_AES_SPARC64
	tristate "Ciphers: AES, modes: ECB, CBC, CTR"
	depends on SPARC64
	select CRYPTO_LIB_AES
	select CRYPTO_SKCIPHER
	help
	  Length-preseving ciphers: AES with ECB, CBC, and CTR modes

	  Architecture: sparc64 using crypto instructions

config CRYPTO_CAMELLIA_SPARC64
	tristate "Ciphers: Camellia, modes: ECB, CBC"
	depends on SPARC64
	select CRYPTO_ALGAPI
	select CRYPTO_SKCIPHER
	help
	  Block ciphers: Camellia cipher algorithms
	  Length-preserving ciphers: Camellia with ECB and CBC modes

	  Architecture: sparc64

endmenu

Annotation

Implementation Notes