mbedtls/programs/psa
Manuel Pégourié-Gonnard fd1d13c8bd Avoid requiring too much C99 support
MSVC 2013, still supported and used in our CI, did not support that.

   aead_psa.c(78): error C2099: initializer is not a constant
   aead_psa.c(168): error C2057: expected constant expression
   aead_psa.c(168): error C2466: cannot allocate an array of constant size 0
   aead_psa.c(168): error C2133: 'out' : unknown size
   aead_psa.c(169): warning C4034: sizeof returns 0

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2022-01-28 12:52:35 +01:00
..
aead_non_psa.c Avoid requiring too much C99 support 2022-01-28 12:52:35 +01:00
aead_psa.c Avoid requiring too much C99 support 2022-01-28 12:52:35 +01:00
CMakeLists.txt Split aead_cipher_psa 2022-01-28 12:49:37 +01:00
crypto_examples.c Rename output buffer size macros 2021-01-21 13:17:25 +01:00
hmac_non_psa.c Split hmac_md_psa.c 2022-01-27 12:36:39 +01:00
hmac_psa.c Split hmac_md_psa.c 2022-01-27 12:36:39 +01:00
key_ladder_demo.c Replace all inclusions of config.h 2021-06-28 09:24:07 +01:00
key_ladder_demo.sh Update copyright notices to use Linux Foundation guidance 2020-08-19 10:35:41 +02:00
psa_constant_names.c Remove duplicated definition of PSA_ALG_GET_HASH() 2021-05-04 10:25:05 +02:00