Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dhashpriv.h24 QCryptoHash *(*hash_new)(QCryptoHashAlgo alg, Error **errp); member
H A Dhash.c112 hash = qcrypto_hash_afalg_driver.hash_new(alg, NULL); in qcrypto_hash_new()
119 hash = qcrypto_hash_lib_driver.hash_new(alg, errp); in qcrypto_hash_new()
H A Dhash-glib.c117 .hash_new = qcrypto_glib_hash_new,
H A Dhash-gcrypt.c136 .hash_new = qcrypto_gcrypt_hash_new,
H A Dhash-gnutls.c141 .hash_new = qcrypto_gnutls_hash_new,
H A Dhash-nettle.c185 .hash_new = qcrypto_nettle_hash_new,
H A Dhash-afalg.c279 .hash_new = qcrypto_afalg_hash_new,