From: Alejandro Zeise Date: Tue, 8 Oct 2024 07:57:22 +0000 (+0200) Subject: crypto/hashpriv: Remove old hash API function X-Git-Tag: v9.2.0-rc0~55^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24a6271ebb2dd253952e7dcfb5420a37ffde86ba;p=thirdparty%2Fqemu.git crypto/hashpriv: Remove old hash API function Remove old hash_bytesv function, as it was replaced by the 4 new functions. Signed-off-by: Alejandro Zeise Reviewed-by: Daniel P. Berrangé Signed-off-by: Daniel P. Berrangé --- diff --git a/crypto/hashpriv.h b/crypto/hashpriv.h index dcb3ba6cfba..83b9256886e 100644 --- a/crypto/hashpriv.h +++ b/crypto/hashpriv.h @@ -21,12 +21,6 @@ typedef struct QCryptoHashDriver QCryptoHashDriver; struct QCryptoHashDriver { - int (*hash_bytesv)(QCryptoHashAlgo alg, - const struct iovec *iov, - size_t niov, - uint8_t **result, - size_t *resultlen, - Error **errp); QCryptoHash *(*hash_new)(QCryptoHashAlgo alg, Error **errp); int (*hash_update)(QCryptoHash *hash, const struct iovec *iov,