Searched hist:c6ccd2af60cb6847cc16b06c829265c0e3fee7c1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | hash-glib.c | diff c6ccd2af60cb6847cc16b06c829265c0e3fee7c1 Tue Oct 08 02:57:09 CDT 2024 Alejandro Zeise <alejandro.zeise@seagate.com> crypto/hash-glib: Implement new hash API
Implements the new hashing API in the GLib hash driver. Supports creating/destroying a context, updating the context with input data and obtaining an output hash.
Signed-off-by: Alejandro Zeise <alejandro.zeise@seagate.com> [ clg: - Dropped qcrypto_hash_supports() in qcrypto_glib_hash_new() - Removed superfluous cast (GChecksum *) in qcrypto_glib_hash_free() - Reworked qcrypto_glib_hash_finalize() ] Signed-off-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
|