Home
last modified time | relevance | path

Searched defs:hmac (Results 1 – 8 of 8) sorted by relevance

/qemu/crypto/
H A Dhmac.c18 int qcrypto_hmac_bytesv(QCryptoHmac *hmac, in qcrypto_hmac_bytesv()
30 int qcrypto_hmac_bytes(QCryptoHmac *hmac, in qcrypto_hmac_bytes()
45 int qcrypto_hmac_digestv(QCryptoHmac *hmac, in qcrypto_hmac_digestv()
72 int qcrypto_hmac_digest(QCryptoHmac *hmac, in qcrypto_hmac_digest()
90 QCryptoHmac *hmac; in qcrypto_hmac_new() local
118 void qcrypto_hmac_free(QCryptoHmac *hmac) in qcrypto_hmac_free()
H A Dhmac-glib.c74 qcrypto_glib_hmac_ctx_free(QCryptoHmac *hmac) in qcrypto_glib_hmac_ctx_free()
85 qcrypto_glib_hmac_bytesv(QCryptoHmac *hmac, in qcrypto_glib_hmac_bytesv()
H A Dhmac-gcrypt.c88 qcrypto_gcrypt_hmac_ctx_free(QCryptoHmac *hmac) in qcrypto_gcrypt_hmac_ctx_free()
99 qcrypto_gcrypt_hmac_bytesv(QCryptoHmac *hmac, in qcrypto_gcrypt_hmac_bytesv()
H A Dhmac-gnutls.c87 qcrypto_gnutls_hmac_ctx_free(QCryptoHmac *hmac) in qcrypto_gnutls_hmac_ctx_free()
98 qcrypto_gnutls_hmac_bytesv(QCryptoHmac *hmac, in qcrypto_gnutls_hmac_bytesv()
H A Dhash-afalg.c240 qcrypto_afalg_hash_hmac_bytesv(QCryptoAFAlgo *hmac, in qcrypto_afalg_hash_hmac_bytesv()
259 qcrypto_afalg_hmac_bytesv(QCryptoHmac *hmac, in qcrypto_afalg_hmac_bytesv()
270 static void qcrypto_afalg_hmac_ctx_free(QCryptoHmac *hmac) in qcrypto_afalg_hmac_ctx_free()
H A Dhmac-nettle.c135 qcrypto_nettle_hmac_ctx_free(QCryptoHmac *hmac) in qcrypto_nettle_hmac_ctx_free()
144 qcrypto_nettle_hmac_bytesv(QCryptoHmac *hmac, in qcrypto_nettle_hmac_bytesv()
/qemu/tests/unit/
H A Dtest-crypto-hmac.c97 QCryptoHmac *hmac = NULL; in test_hmac_alloc() local
136 QCryptoHmac *hmac = NULL; in test_hmac_prealloc() local
181 QCryptoHmac *hmac = NULL; in test_hmac_iov() local
224 QCryptoHmac *hmac = NULL; in test_hmac_digest() local
/qemu/tests/bench/
H A Dbenchmark-crypto-hmac.c23 QCryptoHmac *hmac = NULL; in test_hmac_speed() local