qemu-e2k/crypto
Richard Henderson d049b1f2af crypto: Change the qcrypto_random_bytes buffer type to void*
Using uint8_t* merely requires useless casts for use with
other types to be filled with randomness.

Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2019-05-22 12:38:54 -04:00
..
aes.c
afalg.c
afalgpriv.h
afsplit.c
block-luks.c crypto/block: remove redundant struct packing to fix build with gcc 9 2019-03-21 11:54:38 +00:00
block-luks.h
block-qcow.c
block-qcow.h
block.c
blockpriv.h
cipher-afalg.c
cipher-builtin.c
cipher-gcrypt.c
cipher-nettle.c
cipher.c
cipherpriv.h
desrfb.c
hash-afalg.c
hash-gcrypt.c
hash-glib.c
hash-nettle.c
hash.c
hashpriv.h
hmac-gcrypt.c
hmac-glib.c
hmac-nettle.c
hmac.c
hmacpriv.h
init.c
ivgen-essiv.c
ivgen-essiv.h
ivgen-plain64.c
ivgen-plain64.h
ivgen-plain.c
ivgen-plain.h
ivgen.c
ivgenpriv.h
Makefile.objs build: Link user-only with crypto random number objects 2019-05-22 12:38:54 -04:00
pbkdf-gcrypt.c
pbkdf-nettle.c
pbkdf-stub.c
pbkdf.c
random-gcrypt.c crypto: Change the qcrypto_random_bytes buffer type to void* 2019-05-22 12:38:54 -04:00
random-gnutls.c crypto: Change the qcrypto_random_bytes buffer type to void* 2019-05-22 12:38:54 -04:00
random-platform.c crypto: Change the qcrypto_random_bytes buffer type to void* 2019-05-22 12:38:54 -04:00
secret.c
tlscreds.c
tlscredsanon.c
tlscredspriv.h
tlscredspsk.c
tlscredsx509.c
tlssession.c authz: delete existing ACL implementation 2019-02-26 15:32:19 +00:00
trace-events trace-events: Shorten file names in comments 2019-03-22 16:18:07 +00:00
xts.c