On Tue, Oct 08, 2024 at 09:57:10AM +0200, Cédric Le Goater wrote: > From: Alejandro Zeise <[email protected]> > > Implements the new hashing API in the gcrypt hash driver. > Supports creating/destroying a context, updating the context > with input data and obtaining an output hash. > > Signed-off-by: Alejandro Zeise <[email protected]> > [ clg: - Dropped qcrypto_hash_supports() in qcrypto_gcrypt_hash_new() > - Reworked qcrypto_gcrypt_hash_finalize() > - Handled gcry_md_open() errors in qcrypto_gcrypt_hash_new() > - Checkpatch fixes ] > Signed-off-by: Cédric Le Goater <[email protected]> > --- > crypto/hash-gcrypt.c | 79 ++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 79 insertions(+)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
