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 1515 * limitations under the License.
1616 */
1717
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"
2319
2420#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
2521#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
3026#include " greentea-client/test_env.h"
3127#include " unity.h"
3228#include " utest.h"
33- #include " psa/crypto.h"
3429#include " entropy.h"
3530#include " entropy_poll.h"
3631
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
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"
2420
2521#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
2622#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
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"
2319
2420#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)) || (!defined(COMPONENT_PSA_SRV_IPC)))
2521#error [NOT_SUPPORTED] These tests can run only on SPM-enabled targets and where Mbed Crypto is ON - skipping.
3026#include " greentea-client/test_env.h"
3127#include " unity.h"
3228#include " utest.h"
33- #include " psa/crypto.h"
3429#include " entropy.h"
3530#include " entropy_poll.h"
3631#include " test_partition_proxy.h"
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
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"
2420
2521#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
2622#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
2925#include " greentea-client/test_env.h"
3026#include " unity/unity.h"
3127#include " utest/utest.h"
32- #include " crypto.h"
3328#include " entropy.h"
3429#include " entropy_poll.h"
3530
You can’t perform that action at this time.
0 commit comments