Searched refs:qcrypto_hash_free (Results 1 – 3 of 3) sorted by relevance
270 void qcrypto_hash_free(QCryptoHash *hash);272 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QCryptoHash, qcrypto_hash_free)
268 qcrypto_hash_free(s->hash_ctx); in do_hash_operation()410 qcrypto_hash_free(s->hash_ctx); in aspeed_hace_reset()
128 void qcrypto_hash_free(QCryptoHash *hash) in qcrypto_hash_free() function