Lines Matching refs:alg
63 static char *alg = NULL; variable
1249 static inline int tcrypt_test(const char *alg) in tcrypt_test() argument
1253 ret = alg_test(alg, alg, 0, 0); in tcrypt_test()
1260 static int do_test(const char *alg, u32 type, u32 mask, int m) in do_test() argument
1267 if (alg) { in do_test()
1268 if (!crypto_has_alg(alg, type, in do_test()
1812 if (alg) { in do_test()
1813 test_hash_speed(alg, sec, generic_hash_speed_template); in do_test()
1907 if (alg) { in do_test()
1908 test_ahash_speed(alg, sec, generic_hash_speed_template); in do_test()
2212 err = do_test(alg, type, mask, mode); in tcrypt_mod_init()
2245 module_param(alg, charp, 0);