We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d6f98 commit eae2dd7Copy full SHA for eae2dd7
library/psa_crypto_service_integration.h
@@ -28,8 +28,10 @@
28
*/
29
#if defined(MBEDTLS_PSA_CRYPTO_SPM)
30
/*
31
- * PSA_CRYPTO_SECURE means that this file is compiled for the SPE.
32
- * Some headers will be affected by this flag.
+ * PSA_CRYPTO_SECURE means that the file which included this file is being
+ * compiled for SPE. The files crypto_structs.h and crypto_types.h have
33
+ * different implementations for NSPE and SPE and are compiled according to this
34
+ * flag.
35
36
#define PSA_CRYPTO_SECURE 1
37
#include "crypto_spe.h"
0 commit comments