Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c40 static bool notests; variable
41 module_param(notests, bool, 0644);
42 MODULE_PARM_DESC(notests, "disable crypto self-tests");
5655 if (!fips_enabled && notests) { in alg_test()
/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c43 static bool notests; variable
44 module_param(notests, bool, 0644);
45 MODULE_PARM_DESC(notests, "disable crypto self-tests");
5880 if (!fips_enabled && notests) { in alg_test()

Completed in 12 milliseconds