Linux Kernel
3.7.1
|
#include <crypto/internal/hash.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/cryptohash.h>
#include <linux/types.h>
#include <crypto/sha.h>
#include <asm/byteorder.h>
Go to the source code of this file.
Data Structures | |
struct | SHA1_CTX |
Functions | |
asmlinkage void | sha1_block_data_order (struct SHA1_CTX *digest, const unsigned char *data, unsigned int rounds) |
module_init (sha1_mod_init) | |
module_exit (sha1_mod_fini) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("SHA1 Secure Hash Algorithm (ARM)") | |
MODULE_ALIAS ("sha1") | |
MODULE_AUTHOR ("David McCullough <[email protected]>") | |
MODULE_ALIAS | ( | "sha1" | ) |
MODULE_AUTHOR | ( | "David McCullough <[email protected]>" | ) |
module_exit | ( | sha1_mod_fini | ) |
module_init | ( | sha1_mod_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |