Skip to content

Commit

Permalink
crypto/hashpriv: Remove old hash API function
Browse files Browse the repository at this point in the history
Remove old hash_bytesv function, as it was replaced by the 4
new functions.

Signed-off-by: Alejandro Zeise <[email protected]>
Reviewed-by: Daniel P. Berrangé <[email protected]>
  • Loading branch information
Alejandro Zeise authored and legoater committed Sep 26, 2024
1 parent 1c7bf69 commit 651d33e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crypto/hashpriv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 651d33e

Please sign in to comment.