notests            39 crypto/testmgr.c static bool notests;
notests            40 crypto/testmgr.c module_param(notests, bool, 0644);
notests            41 crypto/testmgr.c MODULE_PARM_DESC(notests, "disable crypto self-tests");
notests          5212 crypto/testmgr.c 	if (!fips_enabled && notests) {