Home
last modified time | relevance | path

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

/openbmc/qemu/include/crypto/
H A Dhash.h270 void qcrypto_hash_free(QCryptoHash *hash);
272 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QCryptoHash, qcrypto_hash_free)
/openbmc/qemu/hw/misc/
H A Daspeed_hace.c268 qcrypto_hash_free(s->hash_ctx); in do_hash_operation()
410 qcrypto_hash_free(s->hash_ctx); in aspeed_hace_reset()
/openbmc/qemu/crypto/
H A Dhash.c128 void qcrypto_hash_free(QCryptoHash *hash) in qcrypto_hash_free() function