Home
last modified time | relevance | path

Searched refs:qcrypto_hash_bytesv (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/crypto/
H A Dhash.c47 int qcrypto_hash_bytesv(QCryptoHashAlgo alg, in qcrypto_hash_bytesv() function
78 return qcrypto_hash_bytesv(alg, &iov, 1, result, resultlen, errp); in qcrypto_hash_bytes()
H A Dafsplit.c71 if (qcrypto_hash_bytesv(hash, in qcrypto_afsplit_hash()
/openbmc/qemu/include/crypto/
H A Dhash.h92 int qcrypto_hash_bytesv(QCryptoHashAlgo alg,
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-hash.c42 ret = qcrypto_hash_bytesv(opts->alg, in test_hash_speed()
/openbmc/qemu/tests/unit/
H A Dtest-crypto-hash.c193 ret = qcrypto_hash_bytesv(i, in test_hash_iov()
/openbmc/qemu/hw/misc/
H A Daspeed_hace.c274 } else if (qcrypto_hash_bytesv(algo, iov, i, &digest_buf, in do_hash_operation()
/openbmc/qemu/hw/core/
H A Deif.c407 if (qcrypto_hash_bytesv(QCRYPTO_HASH_ALGO_SHA384, iovec_list, list_len, in get_SHA384_digest()
/openbmc/qemu/block/
H A Dquorum.c396 if (qcrypto_hash_bytesv(QCRYPTO_HASH_ALGO_SHA256, in quorum_compute_hash()
/openbmc/qemu/hw/virtio/
H A Dvirtio-nsm.c1625 if (qcrypto_hash_bytesv(QCRYPTO_HASH_ALGO_SHA384, iov, 2, &ptr, &digest_len, in extend_pcr()
/openbmc/qemu/target/i386/
H A Dsev.c1909 if (qcrypto_hash_bytesv(QCRYPTO_HASH_ALGO_SHA256, iov, ARRAY_SIZE(iov), in build_kernel_loader_hashes()