33 #ifndef PSA_CRYPTO_PLATFORM_H
34 #define PSA_CRYPTO_PLATFORM_H
38 #if !defined(MBEDTLS_CONFIG_FILE)
41 #include MBEDTLS_CONFIG_FILE
51 #if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && \
52 !defined(inline) && !defined(__cplusplus)
53 #define inline __inline
56 #if defined(MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER)
91 #if defined(MBEDTLS_PSA_CRYPTO_SPM)
92 #define PSA_CRYPTO_SECURE 1
93 #include "crypto_spe.h"
94 #endif // MBEDTLS_PSA_CRYPTO_SPM
96 #if defined(MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG)
Configuration options (set of defines)
PSA crypto configuration options (set of defines)