From d1aff16cd639c05a8ea33cedf81cc59d3f891756 Mon Sep 17 00:00:00 2001 From: Netanel Gonen Date: Sun, 10 Mar 2019 15:06:51 +0200 Subject: [PATCH] add needed crypto macros to secure side --- tools/psa/tfm/mbed_app.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/psa/tfm/mbed_app.json b/tools/psa/tfm/mbed_app.json index ccd19a0186..b98452dfde 100644 --- a/tools/psa/tfm/mbed_app.json +++ b/tools/psa/tfm/mbed_app.json @@ -1,5 +1,6 @@ { "name": "tfm_build", "requires" : ["psa-services", "tfm", "tfm-s", "psa"], + "macros": ["MBEDTLS_CIPHER_MODE_CTR", "MBEDTLS_CMAC_C"], "artifact_name": "tfm" }