mbedtls/include/psa
Gilles Peskine 4e69d7a9a7 psa_generate_key: pass parameters_size argument
When calling psa_generate_key, pass the size of the parameters buffer
explicitly. This makes calls more verbose but less error-prone. This
also has the benefit that in an implementation with separation, the
frontend knows how many bytes to send to the backend without needing
to know about each key type.
2018-09-12 16:22:51 +03:00
..
crypto.h psa_generate_key: pass parameters_size argument 2018-09-12 16:22:51 +03:00
crypto_extra.h Add PSA crypto module 2018-09-05 10:59:00 +03:00
crypto_platform.h Add key management functions 2018-09-05 11:53:24 +03:00
crypto_struct.h Rename hash max sizes for consistency 2018-09-12 16:19:04 +03:00