|
From: | Laurent Vivier |
Subject: | Re: [Qemu-devel] [PATCH v4 07/24] crypto: Change the qcrypto_random_bytes buffer type to void* |
Date: | Tue, 7 May 2019 12:09:55 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
On 06/05/2019 19:33, Richard Henderson wrote:
Using uint8_t* merely requires useless casts for use with other types to be filled with randomness. Reviewed-by: Philippe Mathieu-Daudé <address@hidden> Reviewed-by: Daniel P. Berrangé <address@hidden> Signed-off-by: Richard Henderson <address@hidden> --- include/crypto/random.h | 2 +- crypto/random-gcrypt.c | 2 +- crypto/random-gnutls.c | 2 +- crypto/random-platform.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Laurent Vivier <address@hidden>
[Prev in Thread] | Current Thread | [Next in Thread] |