Home
last modified time | relevance | path

Searched refs:tst_have_alg (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/crypto/
Daf_alg01.c25 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()
Daf_alg04.c30 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()
/third_party/ltp/include/
Dtst_af_alg.h78 bool tst_have_alg(const char *algtype, const char *algname);
/third_party/ltp/lib/
Dtst_af_alg.c96 bool tst_have_alg(const char *algtype, const char *algname) in tst_have_alg() function