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 1515 * limitations under the License.
1616 */
1717
18+ #include " psa/crypto.h"
19+
1820#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
1921#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
2022#endif
2426#include " greentea-client/test_env.h"
2527#include " unity.h"
2628#include " utest.h"
27- #include " psa/crypto.h"
2829#include " entropy.h"
2930#include " entropy_poll.h"
3031
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19+ #include " psa/crypto.h"
20+
1921#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
2022#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
2123#endif // TARGET_PSA
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18+ #include " psa/crypto.h"
19+
1820#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)) || (!defined(COMPONENT_PSA_SRV_IPC)))
1921#error [NOT_SUPPORTED] These tests can run only on SPM-enabled targets and where Mbed Crypto is ON - skipping.
2022#endif
2426#include " greentea-client/test_env.h"
2527#include " unity.h"
2628#include " utest.h"
27- #include " psa/crypto.h"
2829#include " entropy.h"
2930#include " entropy_poll.h"
3031#include " test_partition_proxy.h"
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19+ #include " psa/crypto.h"
20+
1921#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
2022#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
2123#endif // TARGET_PSA
2224
2325#include " greentea-client/test_env.h"
2426#include " unity/unity.h"
2527#include " utest/utest.h"
26- #include " crypto.h"
2728#include " entropy.h"
2829#include " entropy_poll.h"
2930
You can’t perform that action at this time.
0 commit comments