Searched refs:qcrypto_hash_bytesv (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | hash.c | 41 int qcrypto_hash_bytesv(QCryptoHashAlgorithm alg, in qcrypto_hash_bytesv() function 77 return qcrypto_hash_bytesv(alg, &iov, 1, result, resultlen, errp); in qcrypto_hash_bytes() 92 if (qcrypto_hash_bytesv(alg, iov, niov, &result, &resultlen, errp) < 0) { in qcrypto_hash_digestv() 126 if (qcrypto_hash_bytesv(alg, iov, niov, &result, &resultlen, errp) < 0) { in qcrypto_hash_base64v()
|
H A D | afsplit.c | 71 if (qcrypto_hash_bytesv(hash, in qcrypto_afsplit_hash()
|
/openbmc/qemu/include/crypto/ |
H A D | hash.h | 68 int qcrypto_hash_bytesv(QCryptoHashAlgorithm 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 | 175 ret = qcrypto_hash_bytesv(i, in test_hash_iov()
|
/openbmc/qemu/hw/misc/ |
H A D | aspeed_hace.c | 268 if (qcrypto_hash_bytesv(algo, iov, i, &digest_buf, &digest_len, NULL) < 0) { in do_hash_operation()
|
/openbmc/qemu/block/ |
H A D | quorum.c | 396 if (qcrypto_hash_bytesv(QCRYPTO_HASH_ALG_SHA256, in quorum_compute_hash()
|
/openbmc/qemu/target/i386/ |
H A D | sev.c | 1909 if (qcrypto_hash_bytesv(QCRYPTO_HASH_ALG_SHA256, iov, ARRAY_SIZE(iov), in build_kernel_loader_hashes()
|