Home
last modified time | relevance | path

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

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

Completed in 29 milliseconds