Searched refs:notests (Results 1 – 1 of 1) sorted by relevance
43 static bool notests; variable44 module_param(notests, bool, 0644);45 MODULE_PARM_DESC(notests, "disable crypto self-tests");5640 if (!fips_enabled && notests) { in alg_test()