arch/sparc/crypto/aes_glue.c

Source file repositories/reference/linux-study-clean/arch/sparc/crypto/aes_glue.c

File Facts

System
Linux kernel
Corpus path
arch/sparc/crypto/aes_glue.c
Extension
.c
Size
9840 bytes
Lines
345
Domain
Architecture Layer
Bucket
arch/sparc
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_sparc64_mod_init);
module_exit(aes_sparc64_mod_fini);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Rijndael (AES) Cipher Algorithm, sparc64 aes opcode accelerated");

MODULE_ALIAS_CRYPTO("aes");

#include "crop_devid.c"

Annotation

Implementation Notes