Searched refs:qcrypto_hmac_free (Results 1 – 4 of 4) sorted by relevance
66 void qcrypto_hmac_free(QCryptoHmac *hmac);68 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QCryptoHmac, qcrypto_hmac_free)
116 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()
52 qcrypto_hmac_free(hmac); in test_hmac_speed()
118 void qcrypto_hmac_free(QCryptoHmac *hmac) in qcrypto_hmac_free() function