arch/x86/crypto/camellia_aesni_avx2_glue.c

Source file repositories/reference/linux-study-clean/arch/x86/crypto/camellia_aesni_avx2_glue.c

File Facts

System
Linux kernel
Corpus path
arch/x86/crypto/camellia_aesni_avx2_glue.c
Extension
.c
Size
4055 bytes
Lines
132
Domain
Architecture Layer
Bucket
arch/x86
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(camellia_aesni_init);
module_exit(camellia_aesni_fini);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Camellia Cipher Algorithm, AES-NI/AVX2 optimized");
MODULE_ALIAS_CRYPTO("camellia");
MODULE_ALIAS_CRYPTO("camellia-asm");

Annotation

Implementation Notes