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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dproc.c46 static struct ctl_table_header *crypto_sysctls; variable in typeref:struct:ctl_table_header
50 crypto_sysctls = register_sysctl_table(crypto_dir_table);
55 if (crypto_sysctls)
56 unregister_sysctl_table(crypto_sysctls);

Completed in 99 milliseconds