sha1_generic.c (0a87a2db485a1456b7427914969c0e8195a1bbda) | sha1_generic.c (3e14dcf7cb80b34a1f38b55bc96f02d23fdaaaaf) |
---|---|
1/* 2 * Cryptographic API. 3 * 4 * SHA1 Secure Hash Algorithm. 5 * 6 * Derived from cryptoapi implementation, adapted for in-place 7 * scatterlist interface. 8 * --- 140 unchanged lines hidden (view full) --- 149 150module_init(sha1_generic_mod_init); 151module_exit(sha1_generic_mod_fini); 152 153MODULE_LICENSE("GPL"); 154MODULE_DESCRIPTION("SHA1 Secure Hash Algorithm"); 155 156MODULE_ALIAS_CRYPTO("sha1"); | 1/* 2 * Cryptographic API. 3 * 4 * SHA1 Secure Hash Algorithm. 5 * 6 * Derived from cryptoapi implementation, adapted for in-place 7 * scatterlist interface. 8 * --- 140 unchanged lines hidden (view full) --- 149 150module_init(sha1_generic_mod_init); 151module_exit(sha1_generic_mod_fini); 152 153MODULE_LICENSE("GPL"); 154MODULE_DESCRIPTION("SHA1 Secure Hash Algorithm"); 155 156MODULE_ALIAS_CRYPTO("sha1"); |
157MODULE_ALIAS_CRYPTO("sha1-generic"); |
|