|
Linux Kernel
3.7.1
|
#include <crypto/twofish.h>#include <linux/crypto.h>#include <linux/init.h>#include <linux/module.h>#include <linux/types.h>Go to the source code of this file.
Functions | |
| asmlinkage void | twofish_enc_blk (struct twofish_ctx *ctx, u8 *dst, const u8 *src) |
| EXPORT_SYMBOL_GPL (twofish_enc_blk) | |
| asmlinkage void | twofish_dec_blk (struct twofish_ctx *ctx, u8 *dst, const u8 *src) |
| EXPORT_SYMBOL_GPL (twofish_dec_blk) | |
| module_init (init) | |
| module_exit (fini) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("Twofish Cipher Algorithm, asm optimized") | |
| MODULE_ALIAS ("twofish") | |
| MODULE_ALIAS ("twofish-asm") | |
| EXPORT_SYMBOL_GPL | ( | twofish_enc_blk | ) |
| EXPORT_SYMBOL_GPL | ( | twofish_dec_blk | ) |
| MODULE_ALIAS | ( | "twofish" | ) |
| MODULE_ALIAS | ( | "twofish-asm" | ) |
| MODULE_DESCRIPTION | ( | "Twofish Cipher | Algorithm, |
| asm optimized" | |||
| ) |
| module_exit | ( | fini | ) |
| module_init | ( | init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| asmlinkage void twofish_dec_blk | ( | struct twofish_ctx * | ctx, |
| u8 * | dst, | ||
| const u8 * | src | ||
| ) |
| asmlinkage void twofish_enc_blk | ( | struct twofish_ctx * | ctx, |
| u8 * | dst, | ||
| const u8 * | src | ||
| ) |
1.8.2