Searched refs:qcrypto_hash_bytesv (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | hash.c | 47 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 D | afsplit.c | 71 if (qcrypto_hash_bytesv(hash, in qcrypto_afsplit_hash()
|
/openbmc/qemu/include/crypto/ |
H A D | hash.h | 92 int qcrypto_hash_bytesv(QCryptoHashAlgo alg,
|
/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-hash.c | 42 ret = qcrypto_hash_bytesv(opts->alg, in test_hash_speed()
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-hash.c | 193 ret = qcrypto_hash_bytesv(i, in test_hash_iov()
|
/openbmc/qemu/hw/misc/ |
H A D | aspeed_hace.c | 274 } else if (qcrypto_hash_bytesv(algo, iov, i, &digest_buf, in do_hash_operation()
|
/openbmc/qemu/hw/core/ |
H A D | eif.c | 407 if (qcrypto_hash_bytesv(QCRYPTO_HASH_ALGO_SHA384, iovec_list, list_len, in get_SHA384_digest()
|
/openbmc/qemu/block/ |
H A D | quorum.c | 396 if (qcrypto_hash_bytesv(QCRYPTO_HASH_ALGO_SHA256, in quorum_compute_hash()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-nsm.c | 1625 if (qcrypto_hash_bytesv(QCRYPTO_HASH_ALGO_SHA384, iov, 2, &ptr, &digest_len, in extend_pcr()
|
/openbmc/qemu/target/i386/ |
H A D | sev.c | 1909 if (qcrypto_hash_bytesv(QCRYPTO_HASH_ALGO_SHA256, iov, ARRAY_SIZE(iov), in build_kernel_loader_hashes()
|