arch/arm64/crypto/aes-ce-ccm-glue.c

Source file repositories/reference/linux-study-clean/arch/arm64/crypto/aes-ce-ccm-glue.c

File Facts

System
Linux kernel
Corpus path
arch/arm64/crypto/aes-ce-ccm-glue.c
Extension
.c
Size
8157 bytes
Lines
325
Domain
Architecture Layer
Bucket
arch/arm64
Inferred role
Architecture Layer: exported/initcall integration point
Status
integration implementation candidate

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

module_init(aes_mod_init);
module_exit(aes_mod_exit);

MODULE_DESCRIPTION("Synchronous AES in CCM mode using ARMv8 Crypto Extensions");
MODULE_AUTHOR("Ard Biesheuvel <ardb@kernel.org>");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS_CRYPTO("ccm(aes)");

Annotation

Implementation Notes