Mbed TLS v3.6.0
|
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.
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 16 of file crypto_adjust_auto_enabled.h.
#define PSA_WANT_KEY_TYPE_PASSWORD 1 |
Definition at line 17 of file crypto_adjust_auto_enabled.h.
#define PSA_WANT_KEY_TYPE_PASSWORD_HASH 1 |
Definition at line 18 of file crypto_adjust_auto_enabled.h.
#define PSA_WANT_KEY_TYPE_RAW_DATA 1 |
Definition at line 19 of file crypto_adjust_auto_enabled.h.