Lines Matching defs:alg
64 static char *alg;
286 pr_err("alg: aead: Failed to setauthsize for %s: %d\n", algo,
315 pr_err("alg: aead: Failed to allocate request for %s\n",
568 pr_err("alg: aead: Failed to load transform for %s: %ld\n", algo,
575 pr_err("alg: aead: Failed to setauthsize for %s: %d\n", algo,
586 pr_err("alg: aead: Failed to allocate request for %s\n",
1099 pr_err("alg: skcipher: Failed to allocate request for %s\n",
1439 static inline int tcrypt_test(const char *alg)
1443 pr_debug("testing %s\n", alg);
1445 ret = alg_test(alg, alg, 0, 0);
1452 static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb)
1459 if (alg) {
1460 if (!crypto_has_alg(alg, type,
2226 if (alg) {
2227 test_hash_speed(alg, sec, generic_hash_speed_template);
2334 if (alg) {
2335 test_ahash_speed(alg, sec, generic_hash_speed_template);
2899 err = do_test(alg, type, mask, mode, num_mb);
2934 module_param(alg, charp, 0);