Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dfips.c53 static struct ctl_table_header *crypto_sysctls; variable
57 crypto_sysctls = register_sysctl_table(crypto_dir_table); in crypto_proc_fips_init()
62 unregister_sysctl_table(crypto_sysctls); in crypto_proc_fips_exit()
/kernel/linux/linux-6.6/crypto/
H A Dfips.c69 static struct ctl_table_header *crypto_sysctls; variable
73 crypto_sysctls = register_sysctl("crypto", crypto_sysctl_table); in crypto_proc_fips_init()
78 unregister_sysctl_table(crypto_sysctls); in crypto_proc_fips_exit()

Completed in 1 milliseconds