Lines Matching defs:alg
61 static char *alg = NULL;
318 pr_err("alg: skcipher: Failed to allocate request for %s\n",
570 pr_err("alg: aead: Failed to load transform for %s: %ld\n", algo,
581 pr_err("alg: aead: Failed to allocate request for %s\n",
839 pr_err("alg: hash: Failed to allocate request for %s\n",
1288 pr_err("alg: skcipher: Failed to allocate request for %s\n",
1632 printk("alg %s ", *name);
1639 static inline int tcrypt_test(const char *alg)
1643 pr_debug("testing %s\n", alg);
1645 ret = alg_test(alg, alg, 0, 0);
1652 static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb)
1659 if (alg) {
1660 if (!crypto_has_alg(alg, type,
2339 if (alg) {
2340 test_hash_speed(alg, sec, generic_hash_speed_template);
2463 if (alg) {
2464 test_ahash_speed(alg, sec, generic_hash_speed_template);
3028 err = do_test(alg, type, mask, mode, num_mb);
3063 module_param(alg, charp, 0);