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