tools/testing/crypto/chacha20-s390/test-cipher.c

Source file repositories/reference/linux-study-clean/tools/testing/crypto/chacha20-s390/test-cipher.c

File Facts

System
Linux kernel
Corpus path
tools/testing/crypto/chacha20-s390/test-cipher.c
Extension
.c
Size
8614 bytes
Lines
369
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: exported/initcall integration point
Status
integration implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

module_init(chacha_s390_test_init);
module_exit(chacha_s390_test_exit);

MODULE_DESCRIPTION("s390 ChaCha20 self-test");
MODULE_AUTHOR("Vladis Dronov <vdronoff@gmail.com>");
MODULE_LICENSE("GPL v2");

Annotation

Implementation Notes