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