aboutsummaryrefslogtreecommitdiff
path: root/module-common.c
diff options
context:
space:
mode:
authorDorjoy Chowdhury <dorjoychy111@gmail.com>2024-11-09 18:30:39 +0600
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-12-13 15:26:58 +0100
commit5b86ddd83d81add60a177804a0e5f2c373f61f82 (patch)
treea5ddb55758d487fc4eda56480549da7b9d347a21 /module-common.c
parent44d9fab1f8a1d376741ff4505ec39f7f0a729ab2 (diff)
downloadqemu-5b86ddd83d81add60a177804a0e5f2c373f61f82.zip
qemu-5b86ddd83d81add60a177804a0e5f2c373f61f82.tar.gz
qemu-5b86ddd83d81add60a177804a0e5f2c373f61f82.tar.bz2
hw/core/eif: Use stateful qcrypto apis
We were storing the pointers to buffers in a GList due to lack of stateful crypto apis and instead doing the final hash computation at the end after we had all the necessary buffers. Now that we have the stateful qcrypto apis available, we can instead update the hashes inline in the read_eif_* functions which makes the code much simpler. Signed-off-by: Dorjoy Chowdhury <dorjoychy111@gmail.com> Reviewed-by: Alexander Graf <graf@amazon.com> Message-ID: <20241109123039.24180-1-dorjoychy111@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'module-common.c')
0 files changed, 0 insertions, 0 deletions