mbedtls/programs/psa
Manuel Pégourié-Gonnard 6349794648 Demonstrate better practices in HMAC examples
- avoid hardcoded sizes when there's a macro for that
- avoid mutable global variables
- zeroize potentially-sensitive local buffer on exit

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2022-01-31 12:30:02 +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 Demonstrate better practices in HMAC examples 2022-01-31 12:30:02 +01:00
hmac_psa.c Demonstrate better practices in HMAC examples 2022-01-31 12:30:02 +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