Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c39 static bool notests; variable
40 module_param(notests, bool, 0644);
41 MODULE_PARM_DESC(notests, "disable crypto self-tests");
5264 if (!fips_enabled && notests) { in alg_test()