Skip to content

Commit eae2dd7

Browse files
author
itayzafrir
committed
Add documentation to psa_crypto_service_integration.h
1 parent 52d6f98 commit eae2dd7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

library/psa_crypto_service_integration.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
*/
2929
#if defined(MBEDTLS_PSA_CRYPTO_SPM)
3030
/*
31-
* PSA_CRYPTO_SECURE means that this file is compiled for the SPE.
32-
* Some headers will be affected by this flag.
31+
* PSA_CRYPTO_SECURE means that the file which included this file is being
32+
* 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.
3335
*/
3436
#define PSA_CRYPTO_SECURE 1
3537
#include "crypto_spe.h"

0 commit comments

Comments
 (0)