Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
aes_cmac.h File Reference
#include <linux/crypto.h>

Go to the source code of this file.

Functions

struct crypto_cipherieee80211_aes_cmac_key_setup (const u8 key[])
 
void ieee80211_aes_cmac (struct crypto_cipher *tfm, const u8 *aad, const u8 *data, size_t data_len, u8 *mic)
 
void ieee80211_aes_cmac_key_free (struct crypto_cipher *tfm)
 

Function Documentation

void ieee80211_aes_cmac ( struct crypto_cipher tfm,
const u8 aad,
const u8 data,
size_t  data_len,
u8 mic 
)

Definition at line 94 of file aes_cmac.c.

void ieee80211_aes_cmac_key_free ( struct crypto_cipher tfm)

Definition at line 125 of file aes_cmac.c.

struct crypto_cipher* ieee80211_aes_cmac_key_setup ( const u8  key[])
read

Definition at line 113 of file aes_cmac.c.