mbedtls/programs/psa
Gilles Peskine 265a171c52 Error out if a value is out of range
psa_status_t is currently a signed type where only non-negative values
are used, which makes things a bit awkward. For now, non-negative
values trigger an error. This code will need to be revised if we
switch to using negative values as error codes.
2019-01-29 16:08:46 +00:00
..
CMakeLists.txt psa: programs: Add cipher example 2018-09-12 16:50:07 +03:00
crypto_examples.c Don't require a type and size when creating a key slot 2019-01-19 12:20:52 +01:00
key_ladder_demo.c Don't require a type and size when creating a key slot 2019-01-19 12:20:52 +01: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