Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dfips.c54 static struct ctl_table_header *crypto_sysctls; variable
58 crypto_sysctls = register_sysctl_table(crypto_dir_table); in crypto_proc_fips_init()
63 unregister_sysctl_table(crypto_sysctls); in crypto_proc_fips_exit()