Linux Kernel
3.7.1
|
#include <crypto/internal/hash.h>
#include <linux/init.h>
#include <linux/module.h>
#include <crypto/sha.h>
#include "crypt_s390.h"
#include "sha.h"
Go to the source code of this file.
Functions | |
module_init (sha256_s390_init) | |
module_exit (sha256_s390_fini) | |
MODULE_ALIAS ("sha256") | |
MODULE_ALIAS ("sha224") | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("SHA256 and SHA224 Secure Hash Algorithm") | |
MODULE_ALIAS | ( | "sha256" | ) |
MODULE_ALIAS | ( | "sha224" | ) |
module_exit | ( | sha256_s390_fini | ) |
module_init | ( | sha256_s390_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |