Home
last modified time | relevance | path

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

/openbmc/qemu/include/crypto/
H A Dhash.h140 int qcrypto_hash_digest(QCryptoHashAlgorithm alg,
/openbmc/qemu/crypto/
H A Dhash.c106 int qcrypto_hash_digest(QCryptoHashAlgorithm alg, in qcrypto_hash_digest() function
/openbmc/qemu/tests/unit/
H A Dtest-crypto-hash.c209 ret = qcrypto_hash_digest(i, in test_hash_digest()
/openbmc/qemu/util/
H A Dhbitmap.c952 qcrypto_hash_digest(QCRYPTO_HASH_ALG_SHA256, data, size, &hash, errp); in hbitmap_sha256()