psa_crypto.c psa_crypto_driver_wrappers.h psa_crypto_driver_wrappers_no_static.h psa_crypto_slot_management.c scripts data_files/driver_templates psa_crypto_driver_wrappers.h.jinja psa_crypto_driver_wrappers_no_static.c.jinja generate_driver_wrappers.py make_generated_files.bat te...
test_suite_psa_crypto_attributes.function test_suite_psa_crypto_driver_wrappers.data test_suite_psa_crypto_driver_wrappers.function test_suite_psa_crypto_entropy.data test_suite_psa_crypto_entropy.function test_suite_psa_crypto_generate_key.function test_suite_psa_crypto_hash.data...
If the driver's status codes differ from PSA's, it is recommended to implement a status code translation function. The function p256_to_psa_error() converts error codes returned by p256-m into PSA error codes. The driver wrapper functions in psa_crypto_driver_wrappers.h.jinja...
psa_crypto_aead.h psa_crypto_cipher.c psa_crypto_cipher.h psa_crypto_client.c psa_crypto_core.h psa_crypto_core_common.h psa_crypto_driver_wrappers_no_static.h psa_crypto_ecp.c psa_crypto_ecp.h psa_crypto_ffdh.c psa_crypto_ffdh.h psa_crypto_hash.c psa_crypto_hash.h psa_c...
test_suite_psa_crypto_driver_wrappers.data test_suite_psa_crypto_driver_wrappers.function test_suite_psa_crypto_entropy.data test_suite_psa_crypto_entropy.function test_suite_psa_crypto_generate_key.function test_suite_psa_crypto_hash.data test_suite_psa_crypto_hash.function te...
psa_crypto_driver_wrappers_no_static.h psa_crypto_ecp.c psa_crypto_ecp.h psa_crypto_ffdh.c psa_crypto_ffdh.h psa_crypto_hash.c psa_crypto_hash.h psa_crypto_invasive.h psa_crypto_its.h psa_crypto_mac.c psa_crypto_mac.h psa_crypto_pake.c psa_crypto_pake.h psa_crypt...
psa_crypto_driver_wrappers_no_static.h psa_crypto_ecp.c psa_crypto_ecp.h psa_crypto_ffdh.c psa_crypto_ffdh.h psa_crypto_hash.c psa_crypto_hash.h psa_crypto_invasive.h psa_crypto_its.h psa_crypto_mac.c psa_crypto_mac.h psa_crypto_pake.c psa_crypto_pake.h psa_crypto_rand...
psa_crypto_driver_wrappers.c psa_crypto_ecp.c psa_crypto_rsa.c 1 change: 1 addition & 0 deletions 1 library/Makefile Original file line numberDiff line numberDiff line change @@ -118,6 +118,7 @@ OBJS_CRYPTO= \ platform_util.o \ poly1305.o \ psa_crypto.o \ psa_crypto_client....
Suggested enhancement Mbed TLS currently does not specify what is allowed and what is forbidden to be called from within a driver entry point implementing the PSA cryptoprocessor driver interface. For example, a driver entry point could ...
An open source, portable, easy to use, readable and flexible SSL library - mbedtls/library/camellia.c at test-more-USE_PSA_CRYPTO-20240812-3.6 · gilles-peskine-arm/mbedtls