File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
crypto_access_control/COMPONENT_NSPE Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
+ #include " psa/crypto.h"
19
+
18
20
#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
19
21
#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
20
22
#endif
24
26
#include " greentea-client/test_env.h"
25
27
#include " unity.h"
26
28
#include " utest.h"
27
- #include " psa/crypto.h"
28
29
#include " entropy.h"
29
30
#include " entropy_poll.h"
30
31
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
+ #include " psa/crypto.h"
20
+
19
21
#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
20
22
#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
21
23
#endif // TARGET_PSA
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
+ #include " psa/crypto.h"
19
+
18
20
#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)) || (!defined(COMPONENT_PSA_SRV_IPC)))
19
21
#error [NOT_SUPPORTED] These tests can run only on SPM-enabled targets and where Mbed Crypto is ON - skipping.
20
22
#endif
24
26
#include " greentea-client/test_env.h"
25
27
#include " unity.h"
26
28
#include " utest.h"
27
- #include " psa/crypto.h"
28
29
#include " entropy.h"
29
30
#include " entropy_poll.h"
30
31
#include " test_partition_proxy.h"
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
+ #include " psa/crypto.h"
20
+
19
21
#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
20
22
#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
21
23
#endif // TARGET_PSA
22
24
23
25
#include " greentea-client/test_env.h"
24
26
#include " unity/unity.h"
25
27
#include " utest/utest.h"
26
- #include " crypto.h"
27
28
#include " entropy.h"
28
29
#include " entropy_poll.h"
29
30
You can’t perform that action at this time.
0 commit comments