Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
khazad.c File Reference
#include <linux/init.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <asm/byteorder.h>
#include <linux/crypto.h>
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  khazad_ctx
 

Macros

#define KHAZAD_KEY_SIZE   16
 
#define KHAZAD_BLOCK_SIZE   8
 
#define KHAZAD_ROUNDS   8
 

Functions

 module_init (khazad_mod_init)
 
 module_exit (khazad_mod_fini)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("Khazad Cryptographic Algorithm")
 

Macro Definition Documentation

#define KHAZAD_BLOCK_SIZE   8

Definition at line 30 of file khazad.c.

#define KHAZAD_KEY_SIZE   16

Definition at line 29 of file khazad.c.

#define KHAZAD_ROUNDS   8

Definition at line 31 of file khazad.c.

Function Documentation

MODULE_DESCRIPTION ( "Khazad Cryptographic Algorithm"  )
module_exit ( khazad_mod_fini  )
module_init ( khazad_mod_init  )
MODULE_LICENSE ( "GPL"  )