#ifndef PSA_CRYPTO_ADJUST_AUTO_ENABLED_H
#define PSA_CRYPTO_ADJUST_AUTO_ENABLED_H
#if !defined(MBEDTLS_CONFIG_FILES_READ)
#error "Do not include psa/crypto_adjust_*.h manually! This can lead to problems, " \
"up to and including runtime errors such as buffer overflows. " \
"If you're trying to fix a complaint from check_config.h, just remove " \
"it from your configuration file: since Mbed TLS 3.0, it is included " \
"automatically at the right point."
#endif
#define PSA_WANT_KEY_TYPE_DERIVE …
#define PSA_WANT_KEY_TYPE_PASSWORD …
#define PSA_WANT_KEY_TYPE_PASSWORD_HASH …
#define PSA_WANT_KEY_TYPE_RAW_DATA …
#endif