mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-31 16:56:35 +08:00
The new script `tests/scripts/generate_psa_wrappers.py` generates the implementation of wrapper functions for PSA API functions, as well as a header that defines macros that redirect calls to the wrapper functions. By default, the wrapper functions just call the underlying library function. With `--log`, the wrapper functions log the arguments and return values. This commit only introduces the new script. Subsequent commits will integrate the wrappers in the build. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
|---|---|---|
| .. | ||
| all-in-docker.sh | ||
| all.sh | ||
| analyze_outcomes.py | ||
| basic-build-test.sh | ||
| basic-in-docker.sh | ||
| check_files.py | ||
| check_names.py | ||
| check_test_cases.py | ||
| check-doxy-blocks.pl | ||
| check-generated-files.sh | ||
| check-python-files.sh | ||
| depends.py | ||
| docker_env.sh | ||
| doxygen.sh | ||
| gen_ctr_drbg.pl | ||
| gen_gcm_decrypt.pl | ||
| gen_gcm_encrypt.pl | ||
| gen_pkcs1_v21_sign_verify.pl | ||
| generate_bignum_tests.py | ||
| generate_psa_tests.py | ||
| generate_psa_wrappers.py | ||
| generate_server9_bad_saltlen.py | ||
| generate_test_code.py | ||
| generate-afl-tests.sh | ||
| list_internal_identifiers.py | ||
| list-identifiers.sh | ||
| psa_collect_statuses.py | ||
| recursion.pl | ||
| run_demos.py | ||
| run-metatests.sh | ||
| run-test-suites.pl | ||
| scripts_path.py | ||
| set_psa_test_dependencies.py | ||
| tcp_client.pl | ||
| test_config_script.py | ||
| test_generate_test_code.py | ||
| test_psa_compliance.py | ||
| test_psa_constant_names.py | ||
| test_zeroize.gdb | ||
| test-ref-configs.pl | ||
| travis-log-failure.sh | ||