mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-31 08:46:34 +08:00
Since PSA is always on in 4.x, *_PSA_INIT() and *_PSA_DONE() can be simply aliased to PSA_INIT() and PSA_DONE() until such a time as we remove them. Simplify the login of these PSA_INIT/DONE variants by aliasing them in 4.x and keeping the more complex 3.6 logic entirely separate. Signed-off-by: David Horstmann <david.horstmann@arm.com> |
||
|---|---|---|
| .. | ||
| drivers | ||
| arguments.h | ||
| asn1_helpers.h | ||
| bignum_codepath_check.h | ||
| bignum_helpers.h | ||
| certs.h | ||
| constant_flow.h | ||
| fake_external_rng_for_test.h | ||
| helpers.h | ||
| macros.h | ||
| memory.h | ||
| psa_crypto_helpers.h | ||
| psa_exercise_key.h | ||
| psa_helpers.h | ||
| psa_memory_poisoning_wrappers.h | ||
| psa_test_wrappers.h | ||
| random.h | ||
| ssl_helpers.h | ||
| threading_helpers.h | ||