Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/crypto/
Daf_alg01.c20 static void test_with_hash_alg(const char *hash_algname) in test_with_hash_alg() argument
25 if (!tst_have_alg("hash", hash_algname)) in test_with_hash_alg()
28 sprintf(hmac_algname, "hmac(%s)", hash_algname); in test_with_hash_alg()
32 sprintf(hmac_algname, "hmac(hmac(%s))", hash_algname); in test_with_hash_alg()