Files
xemu/include/crypto
Philippe Mathieu-Daudé abf6e02dfb crypto/hash: Have hashing functions take void * buffer argument
Cryptographic hash function can operate on any area of memory,
regardless of the content their represent. Do not restrict to
array of char, use the void* type, which is also the type of
the underlying iovec::iov_base field.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2025-11-03 10:05:40 +00:00
..
2023-07-08 07:30:17 +01:00
2023-09-08 13:08:52 +03:00
2023-03-20 12:43:50 +01:00
2020-09-09 09:27:09 -04:00
2023-09-11 11:45:55 +10:00