Searched defs:hmac (Results 1 – 8 of 8) sorted by relevance
/qemu/crypto/ |
H A D | hmac.c | 18 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 D | hmac-glib.c | 74 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 D | hmac-gcrypt.c | 88 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 D | hmac-gnutls.c | 87 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 D | hash-afalg.c | 240 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 D | hmac-nettle.c | 135 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 D | test-crypto-hmac.c | 97 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 D | benchmark-crypto-hmac.c | 23 QCryptoHmac *hmac = NULL; in test_hmac_speed() local
|