Lines Matching refs:alg
60 static char *alg = NULL; variable
1220 static inline int tcrypt_test(const char *alg) in tcrypt_test() argument
1224 ret = alg_test(alg, alg, 0, 0); in tcrypt_test()
1231 static int do_test(const char *alg, u32 type, u32 mask, int m) in do_test() argument
1238 if (alg) { in do_test()
1239 if (!crypto_has_alg(alg, type, in do_test()
1765 if (alg) { in do_test()
1766 test_hash_speed(alg, sec, generic_hash_speed_template); in do_test()
1856 if (alg) { in do_test()
1857 test_ahash_speed(alg, sec, generic_hash_speed_template); in do_test()
2161 err = do_test(alg, type, mask, mode); in tcrypt_mod_init()
2194 module_param(alg, charp, 0);