mbedtls/programs/aes
Gilles Peskine a5fc939bdd Strict C99: don't use a signed* when an unsigned* is expected
It works in practice on almost every platform, given that we're only
using the wrong type in cases where the value is guaranteed to stay
within the value bits of a signed int. But even in this case it may or
may not be strictly conforming. Anyway `gcc -std=c99 -pedantic`
rejects it.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2020-04-20 15:39:36 +02:00
..
aescrypt2.c Fix buffer size in an AES example 2019-09-26 11:22:02 +02:00
CMakeLists.txt cmake: link programs that only use crypto with libmbedcrypto 2020-02-11 19:26:27 +01:00
crypt_and_hash.c Strict C99: don't use a signed* when an unsigned* is expected 2020-04-20 15:39:36 +02:00