lib/crypto/mldsa.c

Source file repositories/reference/linux-study-clean/lib/crypto/mldsa.c

File Facts

System
Linux kernel
Corpus path
lib/crypto/mldsa.c
Extension
.c
Size
22995 bytes
Lines
683
Domain
Kernel Services
Bucket
lib
Inferred role
Kernel Services: exported/initcall integration point
Status
integration implementation candidate

Why This File Exists

Shared kernel service surface used by multiple subsystems, including helpers, cryptography, virtualization support, and async I/O infrastructure.

Dependency Surface

Detected Declarations

Annotated Snippet

subsys_initcall(mldsa_mod_init);

static void __exit mldsa_mod_exit(void)
{
}
module_exit(mldsa_mod_exit);
#endif /* CONFIG_CRYPTO_FIPS */

MODULE_DESCRIPTION("ML-DSA signature verification");
MODULE_LICENSE("GPL");

Annotation

Implementation Notes