mbedtls/programs/psa
Gilles Peskine 73676cbc50 Put handle parameter last: psa_import_key
In psa_import_key, change the order of parameters to pass
the pointer where the newly created handle will be stored last.
This is consistent with most other library functions that put inputs
before outputs.
2019-05-15 23:16:07 +02: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 Rename psa_generate_key() and psa_generator_import_key() 2019-05-03 15:44:28 +01:00
key_ladder_demo.c Put handle parameter last: psa_import_key 2019-05-15 23:16:07 +02:00
key_ladder_demo.sh New sample program key_ladder_demo 2018-09-12 16:50:07 +03:00
psa_constant_names.c psa_constant_names: support key agreement algorithms 2019-04-18 09:42:21 +02:00