Loading...
Searching...
No Matches
Go to the documentation of this file.
15#ifndef PSA_CRYPTO_ADJUST_AUTO_ENABLED_H
16#define PSA_CRYPTO_ADJUST_AUTO_ENABLED_H
18#if !defined(MBEDTLS_CONFIG_FILES_READ)
19#error "Do not include psa/crypto_adjust_*.h manually! This can lead to problems, " \
20 "up to and including runtime errors such as buffer overflows. " \
21 "If you're trying to fix a complaint from check_config.h, just remove " \
22 "it from your configuration file: since Mbed TLS 3.0, it is included " \
23 "automatically at the right point."
26#define PSA_WANT_KEY_TYPE_DERIVE 1
27#define PSA_WANT_KEY_TYPE_PASSWORD 1
28#define PSA_WANT_KEY_TYPE_PASSWORD_HASH 1
29#define PSA_WANT_KEY_TYPE_RAW_DATA 1