Lines Matching refs:noslowtests
49 static bool noslowtests; variable
50 module_param(noslowtests, bool, 0644);
51 MODULE_PARM_DESC(noslowtests, "disable slow crypto self-tests");
57 #define noslowtests 1 macro
1680 if (!noslowtests) { in test_hash_vec()
1771 if (noslowtests) in test_hash_vs_generic_impl()
2237 if (!noslowtests) { in test_aead_vec()
2598 if (noslowtests) in test_aead_slow()
2979 if (!noslowtests) { in test_skcipher_vec()
3081 if (noslowtests) in test_skcipher_vs_generic_impl()
5640 if (!noslowtests) in testmgr_onetime_init()