Linux Kernel
3.7.1
|
#include <crypto/internal/hash.h>
#include <asm/byteorder.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | michael_mic_ctx |
struct | michael_mic_desc_ctx |
Macros | |
#define | michael_block(l, r) |
Functions | |
module_init (michael_mic_init) | |
module_exit (michael_mic_exit) | |
MODULE_LICENSE ("GPL v2") | |
MODULE_DESCRIPTION ("Michael MIC") | |
MODULE_AUTHOR ("Jouni Malinen <j@w1.fi>") | |
MODULE_AUTHOR | ( | "Jouni Malinen <j@w1.fi>" | ) |
MODULE_DESCRIPTION | ( | "Michael MIC" | ) |
module_exit | ( | michael_mic_exit | ) |
module_init | ( | michael_mic_init | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |