Home
last modified time | relevance | path

Searched refs:noextratests (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c48 static bool noextratests; variable
49 module_param(noextratests, bool, 0644);
50 MODULE_PARM_DESC(noextratests, "disable expensive crypto self-tests");
1572 if (!noextratests) { in test_hash_vec()
1659 if (noextratests) in test_hash_vs_generic_impl()
2132 if (!noextratests) { in test_aead_vec()
2488 if (noextratests) in test_aead_extra()
2886 if (!noextratests) { in test_skcipher_vec()
2985 if (noextratests) in test_skcipher_vs_generic_impl()
/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c51 static bool noextratests; variable
52 module_param(noextratests, bool, 0644);
53 MODULE_PARM_DESC(noextratests, "disable expensive crypto self-tests");
1665 if (!noextratests) { in test_hash_vec()
1757 if (noextratests) in test_hash_vs_generic_impl()
2235 if (!noextratests) { in test_aead_vec()
2600 if (noextratests) in test_aead_extra()
2995 if (!noextratests) { in test_skcipher_vec()
3099 if (noextratests) in test_skcipher_vs_generic_impl()

Completed in 12 milliseconds