sha1.c (0a87a2db485a1456b7427914969c0e8195a1bbda) | sha1.c (3e14dcf7cb80b34a1f38b55bc96f02d23fdaaaaf) |
---|---|
1/* 2 * Cryptographic API. 3 * 4 * powerpc implementation of the 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} 150 151module_init(sha1_powerpc_mod_init); 152module_exit(sha1_powerpc_mod_fini); 153 154MODULE_LICENSE("GPL"); 155MODULE_DESCRIPTION("SHA1 Secure Hash Algorithm"); 156 | 1/* 2 * Cryptographic API. 3 * 4 * powerpc implementation of the 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} 150 151module_init(sha1_powerpc_mod_init); 152module_exit(sha1_powerpc_mod_fini); 153 154MODULE_LICENSE("GPL"); 155MODULE_DESCRIPTION("SHA1 Secure Hash Algorithm"); 156 |
157MODULE_ALIAS_CRYPTO("sha1"); |
|
157MODULE_ALIAS_CRYPTO("sha1-powerpc"); | 158MODULE_ALIAS_CRYPTO("sha1-powerpc"); |