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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 115 milliseconds