Home
last modified time | relevance | path

Searched refs:qcrypto_hash_new (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/crypto/
H A Dhash.c54 g_autoptr(QCryptoHash) ctx = qcrypto_hash_new(alg, errp); in qcrypto_hash_bytesv()
101 QCryptoHash *qcrypto_hash_new(QCryptoHashAlgo alg, Error **errp) in qcrypto_hash_new() function
194 g_autoptr(QCryptoHash) ctx = qcrypto_hash_new(alg, errp); in qcrypto_hash_digestv()
225 g_autoptr(QCryptoHash) ctx = qcrypto_hash_new(alg, errp); in qcrypto_hash_base64v()
/openbmc/qemu/include/crypto/
H A Dhash.h262 QCryptoHash *qcrypto_hash_new(QCryptoHashAlgo alg, Error **errp);
/openbmc/qemu/tests/unit/
H A Dtest-crypto-hash.c282 hash = qcrypto_hash_new(i, &error_fatal); in test_hash_accumulate()
/openbmc/qemu/hw/misc/
H A Daspeed_hace.c169 s->hash_ctx = qcrypto_hash_new(algo, &local_err); in do_hash_operation()