Searched refs:crypto_sysctls (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/crypto/
H A Dproc.c47 static struct ctl_table_header *crypto_sysctls; variable in typeref:struct:ctl_table_header
51 crypto_sysctls = register_sysctl_table(crypto_dir_table); crypto_proc_fips_init()
56 if (crypto_sysctls) crypto_proc_fips_exit()
57 unregister_sysctl_table(crypto_sysctls); crypto_proc_fips_exit()

Completed in 65 milliseconds