mbedtls/programs/psa
Jaeden Amero db29ab528a psa: Fix builds without MBEDTLS_PLATFORM_C
When `MBEDTLS_PLATFORM_C` is not enabled, our PSA Crypto implementation
depends on the standard C library for functions like snprintf() and
exit(). However, our implementation was not including the proper header
files nor redefining all `mbedtls_*` symbols properly to ensure
successful builds without MBEDTLS_PLATFORM_C. Add the necessary header
files and macro definitions to our PSA Crypto implementation.
2019-02-14 16:01:14 +00:00
..
CMakeLists.txt Run generate_psa_constants.py before building psa_constant_names with cmake 2019-02-07 13:08:34 +00:00
crypto_examples.c psa: Fix builds without MBEDTLS_PLATFORM_C 2019-02-14 16:01:14 +00:00
key_ladder_demo.c psa: Fix builds without MBEDTLS_PLATFORM_C 2019-02-14 16:01:14 +00:00
key_ladder_demo.sh New sample program key_ladder_demo 2018-09-12 16:50:07 +03:00
psa_constant_names.c Error out if a value is out of range 2019-01-29 16:08:46 +00:00