Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/crypto/
Daf_alg01.c22 char hmac_algname[64]; in test_with_hash_alg() local
28 sprintf(hmac_algname, "hmac(%s)", hash_algname); in test_with_hash_alg()
29 if (!tst_have_alg("hash", hmac_algname)) in test_with_hash_alg()
32 sprintf(hmac_algname, "hmac(hmac(%s))", hash_algname); in test_with_hash_alg()
33 if (tst_try_alg("hash", hmac_algname) != ENOENT) { in test_with_hash_alg()
37 hmac_algname); in test_with_hash_alg()
43 algfd = tst_alg_setup("hash", hmac_algname, NULL, 0); in test_with_hash_alg()
48 hmac_algname); in test_with_hash_alg()
53 hmac_algname); in test_with_hash_alg()