[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 14/15] crypto/hashpriv: Remove old hash API function
|
From: |
Alejandro Zeise |
|
Subject: |
[PATCH v4 14/15] crypto/hashpriv: Remove old hash API function |
|
Date: |
Wed, 7 Aug 2024 19:51:21 +0000 |
Remove old hash_bytesv function, as it was replaced by the 4
new functions.
Signed-off-by: Alejandro Zeise <alejandro.zeise@seagate.com>
---
crypto/hashpriv.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/crypto/hashpriv.h b/crypto/hashpriv.h
index 02f17ee99f..aec29b3ec3 100644
--- a/crypto/hashpriv.h
+++ b/crypto/hashpriv.h
@@ -21,12 +21,6 @@
typedef struct QCryptoHashDriver QCryptoHashDriver;
struct QCryptoHashDriver {
- int (*hash_bytesv)(QCryptoHashAlgorithm alg,
- const struct iovec *iov,
- size_t niov,
- uint8_t **result,
- size_t *resultlen,
- Error **errp);
QCryptoHash *(*hash_new)(QCryptoHashAlgorithm alg, Error **errp);
int (*hash_update)(QCryptoHash *hash,
const struct iovec *iov,
--
2.34.1
- [PATCH v4 08/15] tests/unit/test-crypto-hash: accumulative hashing, (continued)
- [PATCH v4 08/15] tests/unit/test-crypto-hash: accumulative hashing, Alejandro Zeise, 2024/08/07
- [PATCH v4 10/15] crypto/hash-gcrypt: Remove old hash API functions, Alejandro Zeise, 2024/08/07
- [PATCH v4 12/15] crypto/hash-nettle: Remove old hash API functions, Alejandro Zeise, 2024/08/07
- [PATCH v4 13/15] crypto/hash-afalg: Remove old hash API functions, Alejandro Zeise, 2024/08/07
- [PATCH v4 11/15] crypto/hash-gnutls: Remove old hash API functions, Alejandro Zeise, 2024/08/07
- [PATCH v4 14/15] crypto/hashpriv: Remove old hash API function,
Alejandro Zeise <=
- [PATCH v4 15/15] hw/misc/aspeed_hace: Fix SG Accumulative hashing, Alejandro Zeise, 2024/08/07
- Re: [PATCH v4 00/15] hw/misc/aspeed_hace: Fix SG Accumulative Hash Calculations, Philippe Mathieu-Daudé, 2024/08/07