camellia_generic.c (0a87a2db485a1456b7427914969c0e8195a1bbda) | camellia_generic.c (3e14dcf7cb80b34a1f38b55bc96f02d23fdaaaaf) |
---|---|
1/* 2 * Copyright (C) 2006 3 * NTT (Nippon Telegraph and Telephone Corporation). 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. --- 1085 unchanged lines hidden (view full) --- 1094} 1095 1096module_init(camellia_init); 1097module_exit(camellia_fini); 1098 1099MODULE_DESCRIPTION("Camellia Cipher Algorithm"); 1100MODULE_LICENSE("GPL"); 1101MODULE_ALIAS_CRYPTO("camellia"); | 1/* 2 * Copyright (C) 2006 3 * NTT (Nippon Telegraph and Telephone Corporation). 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License 7 * as published by the Free Software Foundation; either version 2 8 * of the License, or (at your option) any later version. --- 1085 unchanged lines hidden (view full) --- 1094} 1095 1096module_init(camellia_init); 1097module_exit(camellia_fini); 1098 1099MODULE_DESCRIPTION("Camellia Cipher Algorithm"); 1100MODULE_LICENSE("GPL"); 1101MODULE_ALIAS_CRYPTO("camellia"); |
1102MODULE_ALIAS_CRYPTO("camellia-generic"); |
|