Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
anubis.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  anubis_ctx
 

Macros

#define ANUBIS_MIN_KEY_SIZE   16
 
#define ANUBIS_MAX_KEY_SIZE   40
 
#define ANUBIS_BLOCK_SIZE   16
 
#define ANUBIS_MAX_N   10
 
#define ANUBIS_MAX_ROUNDS   (8 + ANUBIS_MAX_N)
 

Functions

 module_init (anubis_mod_init)
 
 module_exit (anubis_mod_fini)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("Anubis Cryptographic Algorithm")
 

Macro Definition Documentation

#define ANUBIS_BLOCK_SIZE   16

Definition at line 41 of file anubis.c.

#define ANUBIS_MAX_KEY_SIZE   40

Definition at line 40 of file anubis.c.

#define ANUBIS_MAX_N   10

Definition at line 42 of file anubis.c.

#define ANUBIS_MAX_ROUNDS   (8 + ANUBIS_MAX_N)

Definition at line 43 of file anubis.c.

#define ANUBIS_MIN_KEY_SIZE   16

Definition at line 39 of file anubis.c.

Function Documentation

MODULE_DESCRIPTION ( "Anubis Cryptographic Algorithm"  )
module_exit ( anubis_mod_fini  )
module_init ( anubis_mod_init  )
MODULE_LICENSE ( "GPL"  )