#include <crypto/internal/hash.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/cryptohash.h>
#include <linux/types.h>
#include <crypto/sha.h>
#include <asm/byteorder.h>
#include <asm/i387.h>
#include <asm/xcr.h>
#include <asm/xsave.h>
Go to the source code of this file.
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
MODULE_DESCRIPTION |
( |
"SHA1 Secure Hash |
Algorithm, |
|
|
Supplemental SSE3 accelerated" |
|
|
) |
| |
module_exit |
( |
sha1_ssse3_mod_fini |
| ) |
|
module_init |
( |
sha1_ssse3_mod_init |
| ) |
|