18#ifndef MBEDTLS_CONFIG_PSA_H
19#define MBEDTLS_CONFIG_PSA_H
29#if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
37#if defined(MBEDTLS_PSA_CRYPTO_C)
55#if defined(PSA_WANT_ALG_JPAKE)
56#define PSA_WANT_ALG_SOME_PAKE 1
Adjust PSA configuration: activate legacy implementations.
Adjust PSA configuration: construct PSA configuration from legacy.
Adjust PSA configuration: automatic enablement from legacy.
Adjust PSA configuration: enable always-on features.
Adjust PSA configuration by resolving some dependencies.
Adjust PSA configuration for key pair types.
Adjust PSA configuration: enable quasi-synonyms.
Add temporary suppport for deprecated symbols before they are removed from the library.