Home
last modified time | relevance | path

Searched refs:hash_update (Results 1 – 7 of 7) sorted by relevance

/qemu/crypto/
H A Dhashpriv.h25 int (*hash_update)(QCryptoHash *hash, member
H A Dhash-glib.c118 .hash_update = qcrypto_glib_hash_update,
H A Dhash-gcrypt.c137 .hash_update = qcrypto_gcrypt_hash_update,
H A Dhash-gnutls.c142 .hash_update = qcrypto_gnutls_hash_update,
H A Dhash-nettle.c186 .hash_update = qcrypto_nettle_hash_update,
H A Dhash.c88 return drv->hash_update(hash, iov, niov, errp); in qcrypto_hash_updatev()
H A Dhash-afalg.c281 .hash_update = qcrypto_afalg_hash_update,