Home
last modified time | relevance | path

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

/linux/crypto/
H A Dtestmgr.c49 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()
[all …]