qemu/crypto
Daniel P. Berrange 1cd9a787a2 block: pass option prefix down to crypto layer
While the crypto layer uses a fixed option name "key-secret",
the upper block layer may have a prefix on the options. e.g.
"encrypt.key-secret", in order to avoid clashes between crypto
option names & other block option names. To ensure the crypto
layer can report accurate error messages, we must tell it what
option name prefix was used.

Reviewed-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 20170623162419.26068-19-berrange@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
2017-07-11 17:44:56 +02:00
..
aes.c
afsplit.c
block-luks.c block: pass option prefix down to crypto layer 2017-07-11 17:44:56 +02:00
block-luks.h
block-qcow.c block: pass option prefix down to crypto layer 2017-07-11 17:44:56 +02:00
block-qcow.h
block.c block: pass option prefix down to crypto layer 2017-07-11 17:44:56 +02:00
blockpriv.h block: pass option prefix down to crypto layer 2017-07-11 17:44:56 +02:00
cipher-builtin.c
cipher-gcrypt.c
cipher-nettle.c
cipher.c crypto: assert cipher algorithm is always valid 2017-02-27 13:37:14 +00:00
desrfb.c
hash-gcrypt.c
hash-glib.c
hash-nettle.c
hash.c
hmac-gcrypt.c crypto: support HMAC algorithms based on libgcrypt 2016-12-22 09:24:59 +00:00
hmac-glib.c crypto: support HMAC algorithms based on glib 2016-12-22 09:24:59 +00:00
hmac-nettle.c crypto: support HMAC algorithms based on nettle 2016-12-22 09:24:59 +00:00
hmac.c crypto: add HMAC algorithms framework 2016-12-22 09:24:59 +00:00
hmac.h crypto: add HMAC algorithms framework 2016-12-22 09:24:59 +00:00
init.c crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs 2017-05-09 14:41:47 +01:00
ivgen-essiv.c crypto: fix leak in ivgen essiv init 2017-02-27 13:37:14 +00:00
ivgen-essiv.h
ivgen-plain.c
ivgen-plain.h
ivgen-plain64.c
ivgen-plain64.h
ivgen.c
ivgenpriv.h
Makefile.objs crypto: add HMAC algorithms framework 2016-12-22 09:24:59 +00:00
pbkdf-gcrypt.c
pbkdf-nettle.c
pbkdf-stub.c
pbkdf.c
random-gcrypt.c crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs 2017-05-09 14:41:47 +01:00
random-gnutls.c crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs 2017-05-09 14:41:47 +01:00
random-platform.c fix mingw build failure 2017-05-16 15:33:25 +01:00
secret.c
tlscreds.c
tlscredsanon.c
tlscredspriv.h
tlscredsx509.c
tlssession.c
trace-events
xts.c