#include <linux/crypto.h>
Go to the source code of this file.
Functions | |
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) |
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 | ||
) |
Definition at line 98 of file kernel-3.2/aes_cmac.c.
void ieee80211_aes_cmac_key_free | ( | struct crypto_cipher * | tfm | ) |
Definition at line 129 of file kernel-3.2/aes_cmac.c.
struct crypto_cipher* ieee80211_aes_cmac_key_setup | ( | const u8 | key[] | ) | [read] |
Definition at line 117 of file kernel-3.2/aes_cmac.c.