#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/pstate.h>
#include <asm/elf.h>
#include "opcodes.h"
#include "crop_devid.c"
Go to the source code of this file.
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
MODULE_ALIAS |
( |
"sha384" |
| ) |
|
MODULE_ALIAS |
( |
"sha512" |
| ) |
|
MODULE_DESCRIPTION |
( |
"SHA-384 and SHA-512 Secure Hash |
Algorithm, |
|
|
sparc64 sha512 opcode accelerated" |
|
|
) |
| |
module_exit |
( |
sha512_sparc64_mod_fini |
| ) |
|
module_init |
( |
sha512_sparc64_mod_init |
| ) |
|