File indexing completed on 2025-08-27 09:43:22
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015 #ifndef PSA_CRYPTO_ADJUST_AUTO_ENABLED_H
0016 #define PSA_CRYPTO_ADJUST_AUTO_ENABLED_H
0017
0018 #if !defined(MBEDTLS_CONFIG_FILES_READ)
0019 #error "Do not include psa/crypto_adjust_*.h manually! This can lead to problems, " \
0020 "up to and including runtime errors such as buffer overflows. " \
0021 "If you're trying to fix a complaint from check_config.h, just remove " \
0022 "it from your configuration file: since Mbed TLS 3.0, it is included " \
0023 "automatically at the right point."
0024 #endif
0025
0026 #define PSA_WANT_KEY_TYPE_DERIVE 1
0027 #define PSA_WANT_KEY_TYPE_PASSWORD 1
0028 #define PSA_WANT_KEY_TYPE_PASSWORD_HASH 1
0029 #define PSA_WANT_KEY_TYPE_RAW_DATA 1
0030
0031 #endif