Searched refs:qcrypto_hash_updatev (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | hash.c | 60 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 D | hash.h | 166 int qcrypto_hash_updatev(QCryptoHash *hash,
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-hash.c | 287 ret = qcrypto_hash_updatev(hash, in test_hash_accumulate()
|
/openbmc/qemu/hw/misc/ |
H A D | aspeed_hace.c | 251 if (qcrypto_hash_updatev(s->hash_ctx, iov, i, &local_err) < 0) { in do_hash_operation()
|