Skip to content
Snippets Groups Projects
Commit 1b010d93 authored by Richard Henderson's avatar Richard Henderson Committed by Daniel P. Berrangé
Browse files

crypto/gcrypt: Split QCryptoCipherGcrypt into subclasses


With gcrypt, most of the dispatch happens in the library,
so there aren't many classes to create.  However, we can
still create separate dispatch for CTR mode, and for
CONFIG_QEMU_PRIVATE_XTS, which avoids needing to check
for these modes at runtime.

Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Signed-off-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
parent 53ddad9b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment