19 #include <linux/module.h>
23 #include <linux/sysctl.h>
26 #ifdef CONFIG_CRYPTO_FIPS
27 static struct ctl_table crypto_sysctl_table[] = {
31 .maxlen =
sizeof(
int),
38 static struct ctl_table crypto_dir_table[] = {
42 .child = crypto_sysctl_table
60 #define crypto_proc_fips_init()
61 #define crypto_proc_fips_exit()
75 static void c_stop(
struct seq_file *
m,
void *
p)
91 "passed" :
"unknown");
109 alg->cra_cipher.cia_min_keysize);
111 alg->cra_cipher.cia_max_keysize);
135 return seq_open(file, &crypto_seq_ops);
139 .open = crypto_info_open,
147 proc_create(
"crypto", 0,
NULL, &proc_crypto_ops);