Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
twofish_glue.c File Reference
#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")
 

Function Documentation

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 
)