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

Go to the source code of this file.

Data Structures

struct  rtllib_crypto_alg
 
struct  rtllib_crypto
 

Functions

void rtllib_crypt_deinit_entries (struct lib80211_crypt_info *info, int force)
 
 EXPORT_SYMBOL (rtllib_crypt_deinit_entries)
 
void rtllib_crypt_deinit_handler (unsigned long data)
 
 EXPORT_SYMBOL (rtllib_crypt_deinit_handler)
 
void rtllib_crypt_delayed_deinit (struct lib80211_crypt_info *info, struct lib80211_crypt_data **crypt)
 
 EXPORT_SYMBOL (rtllib_crypt_delayed_deinit)
 
int rtllib_register_crypto_ops (struct lib80211_crypto_ops *ops)
 
 EXPORT_SYMBOL (rtllib_register_crypto_ops)
 
int rtllib_unregister_crypto_ops (struct lib80211_crypto_ops *ops)
 
 EXPORT_SYMBOL (rtllib_unregister_crypto_ops)
 
struct lib80211_crypto_opsrtllib_get_crypto_ops (const char *name)
 
 EXPORT_SYMBOL (rtllib_get_crypto_ops)
 
int __init rtllib_crypto_init (void)
 
void __exit rtllib_crypto_deinit (void)
 
 module_init (rtllib_crypto_init)
 
 module_exit (rtllib_crypto_deinit)
 
 MODULE_LICENSE ("GPL")
 

Function Documentation

EXPORT_SYMBOL ( rtllib_crypt_deinit_entries  )
EXPORT_SYMBOL ( rtllib_crypt_deinit_handler  )
EXPORT_SYMBOL ( rtllib_crypt_delayed_deinit  )
EXPORT_SYMBOL ( rtllib_register_crypto_ops  )
EXPORT_SYMBOL ( rtllib_unregister_crypto_ops  )
EXPORT_SYMBOL ( rtllib_get_crypto_ops  )
module_exit ( rtllib_crypto_deinit  )
module_init ( rtllib_crypto_init  )
MODULE_LICENSE ( "GPL"  )
void rtllib_crypt_deinit_entries ( struct lib80211_crypt_info info,
int  force 
)

Definition at line 35 of file rtllib_crypt.c.

void rtllib_crypt_deinit_handler ( unsigned long  data)

Definition at line 57 of file rtllib_crypt.c.

void rtllib_crypt_delayed_deinit ( struct lib80211_crypt_info info,
struct lib80211_crypt_data **  crypt 
)

Definition at line 75 of file rtllib_crypt.c.

void __exit rtllib_crypto_deinit ( void  )

Definition at line 228 of file rtllib_crypt.c.

int __init rtllib_crypto_init ( void  )

Definition at line 207 of file rtllib_crypt.c.

struct lib80211_crypto_ops* rtllib_get_crypto_ops ( const char name)
read

Definition at line 158 of file rtllib_crypt.c.

int rtllib_register_crypto_ops ( struct lib80211_crypto_ops ops)

Definition at line 101 of file rtllib_crypt.c.

int rtllib_unregister_crypto_ops ( struct lib80211_crypto_ops ops)

Definition at line 126 of file rtllib_crypt.c.