Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c43 static bool notests; variable
44 module_param(notests, bool, 0644);
45 MODULE_PARM_DESC(notests, "disable crypto self-tests");
5640 if (!fips_enabled && notests) { in alg_test()