Home
last modified time | relevance | path

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

/openbmc/qemu/include/crypto/
H A Dhmac.h66 void qcrypto_hmac_free(QCryptoHmac *hmac);
68 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QCryptoHmac, qcrypto_hmac_free)
/openbmc/qemu/tests/unit/
H A Dtest-crypto-hmac.c116 qcrypto_hmac_free(hmac); in test_hmac_alloc()
159 qcrypto_hmac_free(hmac); in test_hmac_prealloc()
202 qcrypto_hmac_free(hmac); in test_hmac_iov()
236 qcrypto_hmac_free(hmac); in test_hmac_digest()
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-hmac.c52 qcrypto_hmac_free(hmac); in test_hmac_speed()
/openbmc/qemu/crypto/
H A Dhmac.c118 void qcrypto_hmac_free(QCryptoHmac *hmac) in qcrypto_hmac_free() function