Linux Kernel
3.7.1
|
#include <linux/crypto.h>
Go to the source code of this file.
Functions | |
struct crypto_cipher * | ieee80211_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) |
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.
|
read |
Definition at line 113 of file aes_cmac.c.