mbedtls/programs/psa
Ronald Cron 3e9cc2c213 key_ladder_demo: Initialize additional data to all zeroes
The header structure was initialized only field by
field. This does not initialized the padding bytes
and MemSan was complaining with use of
uninitialized data in test_memsan all.sh component.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2024-10-25 18:09:40 +02:00
..
aead_demo.c Fix missing-prototype error for the print_buf functions in sample programs 2024-08-09 10:29:59 +01:00
CMakeLists.txt cmake: GNU GCC: Set base compile options target by target 2024-10-25 18:09:33 +02:00
crypto_examples.c update headers 2023-11-02 19:47:20 +00:00
hmac_demo.c Fix missing-prototype error for the print_buf functions in sample programs 2024-08-09 10:29:59 +01:00
key_ladder_demo.c key_ladder_demo: Initialize additional data to all zeroes 2024-10-25 18:09:40 +02:00
key_ladder_demo.sh update headers 2023-11-02 19:47:20 +00:00
psa_constant_names.c Fix missing-prototype errors in sample programs 2024-08-09 10:29:58 +01:00
psa_hash_demo.sh Introduce demo script for PSA hash program 2023-11-16 18:45:55 +00:00
psa_hash.c update headers 2023-11-02 19:47:20 +00:00