Linux Kernel
3.7.1
|
#include <crypto/internal/hash.h>
#include <crypto/sha.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include "sha.h"
#include "crypt_s390.h"
Go to the source code of this file.
Functions | |
MODULE_ALIAS ("sha512") | |
MODULE_ALIAS ("sha384") | |
module_init (init) | |
module_exit (fini) | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("SHA512 and SHA-384 Secure Hash Algorithm") | |
MODULE_ALIAS | ( | "sha512" | ) |
MODULE_ALIAS | ( | "sha384" | ) |
module_exit | ( | fini | ) |
module_init | ( | init | ) |
MODULE_LICENSE | ( | "GPL" | ) |