Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-hmac.c104 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_alloc()
143 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_prealloc()
193 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_iov()
229 if (!qcrypto_hmac_supports(data->alg)) { in test_hmac_digest()
/openbmc/qemu/crypto/
H A Dhmac-glib.c35 bool qcrypto_hmac_supports(QCryptoHashAlgo 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(QCryptoHashAlgo alg) in qcrypto_hmac_supports() function
62 if (!qcrypto_hmac_supports(alg)) { in qcrypto_hmac_ctx_new()
H A Dhmac-gcrypt.c39 bool qcrypto_hmac_supports(QCryptoHashAlgo alg) in qcrypto_hmac_supports() function
56 if (!qcrypto_hmac_supports(alg)) { in qcrypto_hmac_ctx_new()
H A Dhmac-nettle.c105 bool qcrypto_hmac_supports(QCryptoHashAlgo alg) in qcrypto_hmac_supports() function
121 if (!qcrypto_hmac_supports(alg)) { in qcrypto_hmac_ctx_new()
/openbmc/qemu/include/crypto/
H A Dhmac.h34 bool qcrypto_hmac_supports(QCryptoHashAlgo alg);
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-hmac.c31 if (!qcrypto_hmac_supports(QCRYPTO_HASH_ALGO_SHA256)) { in test_hmac_speed()