Mbed TLS v3.6.3
|
Adjust PSA configuration: enable always-on features. More...
Go to the source code of this file.
Macros | |
#define | PSA_WANT_KEY_TYPE_DERIVE 1 |
#define | PSA_WANT_KEY_TYPE_PASSWORD 1 |
#define | PSA_WANT_KEY_TYPE_PASSWORD_HASH 1 |
#define | PSA_WANT_KEY_TYPE_RAW_DATA 1 |
Adjust PSA configuration: enable always-on features.
This is an internal header. Do not include it directly.
Always enable certain features which require a negligible amount of code to implement, to avoid some edge cases in the configuration combinatorics.
Definition in file crypto_adjust_auto_enabled.h.
#define PSA_WANT_KEY_TYPE_DERIVE 1 |
Definition at line 26 of file crypto_adjust_auto_enabled.h.
#define PSA_WANT_KEY_TYPE_PASSWORD 1 |
Definition at line 27 of file crypto_adjust_auto_enabled.h.
#define PSA_WANT_KEY_TYPE_PASSWORD_HASH 1 |
Definition at line 28 of file crypto_adjust_auto_enabled.h.
#define PSA_WANT_KEY_TYPE_RAW_DATA 1 |
Definition at line 29 of file crypto_adjust_auto_enabled.h.