Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
arc4.c File Reference
#include <linux/module.h>
#include <linux/init.h>
#include "rtl_crypto.h"

Go to the source code of this file.

Data Structures

struct  arc4_ctx
 

Macros

#define ARC4_MIN_KEY_SIZE   1
 
#define ARC4_MAX_KEY_SIZE   256
 
#define ARC4_BLOCK_SIZE   1
 

Functions

 module_init (arc4_init)
 
 module_exit (arc4_exit)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DESCRIPTION ("ARC4 Cipher Algorithm")
 
 MODULE_AUTHOR ("Jon Oberheide <[email protected]>")
 

Macro Definition Documentation

#define ARC4_BLOCK_SIZE   1

Definition at line 20 of file arc4.c.

#define ARC4_MAX_KEY_SIZE   256

Definition at line 19 of file arc4.c.

#define ARC4_MIN_KEY_SIZE   1

Definition at line 18 of file arc4.c.

Function Documentation

MODULE_AUTHOR ( "Jon Oberheide <[email protected]>"  )
MODULE_DESCRIPTION ( "ARC4 Cipher Algorithm"  )
module_exit ( arc4_exit  )
module_init ( arc4_init  )
MODULE_LICENSE ( "GPL"  )