Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/crypto/
Daf_alg03.c21 if (tst_try_alg("aead", "rfc7539(chacha20,sha256)") != ENOENT) { in run()
Daf_alg01.c33 if (tst_try_alg("hash", hmac_algname) != ENOENT) { in test_with_hash_alg()
/third_party/ltp/lib/
Dtst_af_alg.c76 int tst_try_alg(const char *algtype, const char *algname) in tst_try_alg() function
100 ret = tst_try_alg(algtype, algname); in tst_have_alg()
/third_party/ltp/include/
Dtst_af_alg.h66 int tst_try_alg(const char *algtype, const char *algname);