18 #include <linux/module.h>
19 #include <crypto/sha.h>
70 .export = sha256_export,
71 .import = sha256_import,
76 .cra_driver_name=
"sha256-s390",
107 .export = sha256_export,
108 .import = sha256_import,
112 .cra_name =
"sha224",
113 .cra_driver_name=
"sha224-s390",
121 static int __init sha256_s390_init(
void)
137 static void __exit sha256_s390_fini(
void)