26 * Environment). When building for the SPE, an additional header file should be
27 * included.
28 */
29#if defined(MBEDTLS_PSA_CRYPTO_SPM)
30/*
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.
35 */
36#define PSA_CRYPTO_SECURE 1
37#include "crypto_spe.h"
38#endif // MBEDTLS_PSA_CRYPTO_SPM
39
40#endif // PSA_CRYPTO_SERVICE_INTEGRATION_H
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.