qemu-e2k/crypto
Longpeng(Mike) 75c8007809 crypto: cipher: add cipher driver framework
1) makes the public APIs in cipher-nettle/gcrypt/builtin static,
   and rename them with "nettle/gcrypt/builtin" prefix.

2) introduces cipher framework, including QCryptoCipherDriver
   and new public APIs.

Reviewed-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Longpeng(Mike) <longpeng2@huawei.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2017-07-19 10:11:04 +01: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 crypto: cipher: add cipher driver framework 2017-07-19 10:11:04 +01:00
cipher-gcrypt.c crypto: cipher: add cipher driver framework 2017-07-19 10:11:04 +01:00
cipher-nettle.c crypto: cipher: add cipher driver framework 2017-07-19 10:11:04 +01:00
cipher.c crypto: cipher: add cipher driver framework 2017-07-19 10:11:04 +01:00
cipherpriv.h crypto: cipher: add cipher driver framework 2017-07-19 10:11:04 +01:00
desrfb.c
hash-gcrypt.c
hash-glib.c
hash-nettle.c
hash.c
hmac-gcrypt.c
hmac-glib.c
hmac-nettle.c
hmac.c
hmac.h
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
ivgen-essiv.h
ivgen-plain64.c
ivgen-plain64.h crypto: add support for generating initialization vectors 2016-03-17 14:41:14 +00:00
ivgen-plain.c
ivgen-plain.h
ivgen.c
ivgenpriv.h
Makefile.objs
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