Home
last modified time | relevance | path

Searched refs:qcrypto_hash_updatev (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/crypto/
H A Dhash.c60 if (qcrypto_hash_updatev(ctx, iov, niov, errp) < 0 || in qcrypto_hash_bytesv()
81 int qcrypto_hash_updatev(QCryptoHash *hash, in qcrypto_hash_updatev() function
98 return qcrypto_hash_updatev(hash, &iov, 1, errp); in qcrypto_hash_update()
200 if (qcrypto_hash_updatev(ctx, iov, niov, errp) < 0 || in qcrypto_hash_digestv()
231 if (qcrypto_hash_updatev(ctx, iov, niov, errp) < 0 || in qcrypto_hash_base64v()
/openbmc/qemu/include/crypto/
H A Dhash.h166 int qcrypto_hash_updatev(QCryptoHash *hash,
/openbmc/qemu/tests/unit/
H A Dtest-crypto-hash.c287 ret = qcrypto_hash_updatev(hash, in test_hash_accumulate()
/openbmc/qemu/hw/misc/
H A Daspeed_hace.c251 if (qcrypto_hash_updatev(s->hash_ctx, iov, i, &local_err) < 0) { in do_hash_operation()