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

Adjust PSA configuration: enable always-on features. More...

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

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
 

Detailed Description

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.

Macro Definition Documentation

◆ PSA_WANT_KEY_TYPE_DERIVE

#define PSA_WANT_KEY_TYPE_DERIVE   1

Definition at line 26 of file crypto_adjust_auto_enabled.h.

◆ PSA_WANT_KEY_TYPE_PASSWORD

#define PSA_WANT_KEY_TYPE_PASSWORD   1

Definition at line 27 of file crypto_adjust_auto_enabled.h.

◆ PSA_WANT_KEY_TYPE_PASSWORD_HASH

#define PSA_WANT_KEY_TYPE_PASSWORD_HASH   1

Definition at line 28 of file crypto_adjust_auto_enabled.h.

◆ PSA_WANT_KEY_TYPE_RAW_DATA

#define PSA_WANT_KEY_TYPE_RAW_DATA   1

Definition at line 29 of file crypto_adjust_auto_enabled.h.