Searched refs:tst_have_alg (Results 1 – 4 of 4) sorted by relevance
25 if (!tst_have_alg("hash", hash_algname)) in test_with_hash_alg()29 if (!tst_have_alg("hash", hmac_algname)) in test_with_hash_alg()
30 if (!tst_have_alg("hash", vmac_algname)) { in test_with_symm_enc_algs()32 if (!tst_have_alg("hash", vmac_algname)) in test_with_symm_enc_algs()
78 bool tst_have_alg(const char *algtype, const char *algname);
96 bool tst_have_alg(const char *algtype, const char *algname) in tst_have_alg() function