Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-crypto-hmac.c96 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_alloc()
135 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_prealloc()
183 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_iov()
219 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_digest()
/qemu/crypto/
H A Dhmac-glib.c35 bool qcrypto_hmac_supports(QCryptoHashAlgorithm alg) in qcrypto_hmac_supports() function
51 if (!qcrypto_hmac_supports(alg)) { in qcrypto_hmac_ctx_new()
H A Dhmac-gnutls.c38 bool qcrypto_hmac_supports(QCryptoHashAlgorithm alg) in qcrypto_hmac_supports() function
62 if (!qcrypto_hmac_supports(alg)) { in qcrypto_hmac_ctx_new()
H A Dhmac-gcrypt.c36 bool qcrypto_hmac_supports(QCryptoHashAlgorithm alg) in qcrypto_hmac_supports() function
53 if (!qcrypto_hmac_supports(alg)) { in qcrypto_hmac_ctx_new()
H A Dhmac-nettle.c94 bool qcrypto_hmac_supports(QCryptoHashAlgorithm alg) in qcrypto_hmac_supports() function
110 if (!qcrypto_hmac_supports(alg)) { in qcrypto_hmac_ctx_new()
/qemu/include/crypto/
H A Dhmac.h34 bool qcrypto_hmac_supports(QCryptoHashAlgorithm alg);
/qemu/tests/bench/
H A Dbenchmark-crypto-hmac.c31 if (!qcrypto_hmac_supports(QCRYPTO_HASH_ALG_SHA256)) { in test_hmac_speed()