Linux Kernel
3.7.1
|
#include <crypto/internal/hash.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/crc32.h>
Go to the source code of this file.
Data Structures | |
struct | chksum_ctx |
struct | chksum_desc_ctx |
Macros | |
#define | CHKSUM_BLOCK_SIZE 1 |
#define | CHKSUM_DIGEST_SIZE 4 |
Functions | |
module_init (crc32c_mod_init) | |
module_exit (crc32c_mod_fini) | |
MODULE_AUTHOR ("Clay Haapala <[email protected]>") | |
MODULE_DESCRIPTION ("CRC32c (Castagnoli) calculations wrapper for lib/crc32c") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "Clay Haapala <[email protected]>" | ) |
module_exit | ( | crc32c_mod_fini | ) |
module_init | ( | crc32c_mod_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |