Home
last modified time | relevance | path

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

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