arch/x86/crypto/twofish_glue_3way.c

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

File Facts

System
Linux kernel
Corpus path
arch/x86/crypto/twofish_glue_3way.c
Extension
.c
Size
4533 bytes
Lines
171
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(twofish_3way_init);
module_exit(twofish_3way_fini);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Twofish Cipher Algorithm, 3-way parallel asm optimized");
MODULE_ALIAS_CRYPTO("twofish");
MODULE_ALIAS_CRYPTO("twofish-asm");

Annotation

Implementation Notes