Mbed TLS v3.6.2
Loading...
Searching...
No Matches
config_adjust_psa_superset_legacy.h File Reference

Adjust PSA configuration: automatic enablement from legacy. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Adjust PSA configuration: automatic enablement from legacy.

This is an internal header. Do not include it directly.

To simplify some edge cases, we automatically enable certain cryptographic mechanisms in the PSA API if they are enabled in the legacy API. The general idea is that if legacy module M uses mechanism A internally, and A has both a legacy and a PSA implementation, we enable A through PSA whenever it's enabled through legacy. This facilitates the transition to PSA implementations of A for users of M.

Definition in file config_adjust_psa_superset_legacy.h.