Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
rtllib_crypt_ccmp.c File Reference
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/random.h>
#include <linux/skbuff.h>
#include <linux/netdevice.h>
#include <linux/if_ether.h>
#include <linux/if_arp.h>
#include <linux/string.h>
#include <linux/wireless.h>
#include "rtllib.h"
#include <linux/crypto.h>
#include <linux/scatterlist.h>

Go to the source code of this file.

Data Structures

struct  rtllib_ccmp_data
 

Macros

#define AES_BLOCK_LEN   16
 
#define CCMP_HDR_LEN   8
 
#define CCMP_MIC_LEN   8
 
#define CCMP_TK_LEN   16
 
#define CCMP_PN_LEN   6
 

Functions

int __init rtllib_crypto_ccmp_init (void)
 
void __exit rtllib_crypto_ccmp_exit (void)
 
 module_init (rtllib_crypto_ccmp_init)
 
 module_exit (rtllib_crypto_ccmp_exit)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define AES_BLOCK_LEN   16

Definition at line 28 of file rtllib_crypt_ccmp.c.

#define CCMP_HDR_LEN   8

Definition at line 29 of file rtllib_crypt_ccmp.c.

#define CCMP_MIC_LEN   8

Definition at line 30 of file rtllib_crypt_ccmp.c.

#define CCMP_PN_LEN   6

Definition at line 32 of file rtllib_crypt_ccmp.c.

#define CCMP_TK_LEN   16

Definition at line 31 of file rtllib_crypt_ccmp.c.

Function Documentation

module_exit ( rtllib_crypto_ccmp_exit  )
module_init ( rtllib_crypto_ccmp_init  )
MODULE_LICENSE ( "GPL"  )
void __exit rtllib_crypto_ccmp_exit ( void  )

Definition at line 453 of file rtllib_crypt_ccmp.c.

int __init rtllib_crypto_ccmp_init ( void  )

Definition at line 447 of file rtllib_crypt_ccmp.c.