33 #ifndef PSA_CRYPTO_PLATFORM_H
34 #define PSA_CRYPTO_PLATFORM_H
48 #if ( defined(__ARMCC_VERSION) || defined(_MSC_VER) ) && \
49 !defined(inline) && !defined(__cplusplus)
50 #define inline __inline
53 #if defined(MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER)
88 #if defined(MBEDTLS_PSA_CRYPTO_SPM)
89 #define PSA_CRYPTO_SECURE 1
90 #include "crypto_spe.h"
91 #endif // MBEDTLS_PSA_CRYPTO_SPM
93 #if defined(MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG)
#define MBEDTLS_PRIVATE(member)
Macro wrapper for struct's memebrs.
Build-time configuration info.
PSA crypto configuration options (set of defines)