mbedtls/programs/psa
Gilles Peskine 5e09bc7eb5 Fix maybe-uninitialized warning
GCC 4.8 warns that some variables may be used without having been
initialized. They aren't, but determining that takes nontrivial
analysis, so initialize them at the point of definition.
2018-12-21 12:06:15 +01:00
..
CMakeLists.txt psa: programs: Add cipher example 2018-09-12 16:50:07 +03:00
crypto_examples.c Convert the PSA example programs to the new handle API 2018-12-11 16:48:13 +01:00
key_ladder_demo.c Fix maybe-uninitialized warning 2018-12-21 12:06:15 +01:00
key_ladder_demo.sh New sample program key_ladder_demo 2018-09-12 16:50:07 +03:00
psa_constant_names.c Add pre Visual Studio 2015 support to psa_constant_names 2018-10-23 12:02:37 +01:00