Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dhash.c41 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 Dafsplit.c71 if (qcrypto_hash_bytesv(hash, in qcrypto_afsplit_hash()
/openbmc/qemu/include/crypto/
H A Dhash.h68 int qcrypto_hash_bytesv(QCryptoHashAlgorithm 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.c175 ret = qcrypto_hash_bytesv(i, in test_hash_iov()
/openbmc/qemu/hw/misc/
H A Daspeed_hace.c268 if (qcrypto_hash_bytesv(algo, iov, i, &digest_buf, &digest_len, NULL) < 0) { in do_hash_operation()
/openbmc/qemu/block/
H A Dquorum.c396 if (qcrypto_hash_bytesv(QCRYPTO_HASH_ALG_SHA256, in quorum_compute_hash()
/openbmc/qemu/target/i386/
H A Dsev.c1909 if (qcrypto_hash_bytesv(QCRYPTO_HASH_ALG_SHA256, iov, ARRAY_SIZE(iov), in build_kernel_loader_hashes()