aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAbbas Bracken Ziad <abbas.brackenziad@arm.com>2021-08-19 15:07:05 +0100
committerDavid Hu <david.hu@arm.com>2021-08-31 11:06:12 +0200
commit3d262f41ad4b0dea7dfb76c19238c0f2d92a7c8d (patch)
tree0a9bf22bd9c7f0d3959e776d18c9db6000bd72e0 /config
parent77ea8328964e444946eb0ae158b57aa10e162837 (diff)
downloadtrusted-firmware-m-3d262f41ad4b0dea7dfb76c19238c0f2d92a7c8d.tar.gz
Test: Support OFB cryptography mode
Signed-off-by: Abbas Bracken Ziad <abbas.brackenziad@arm.com> Change-Id: I98da8b182a35d0076cf2ad0b4345a5867974fa4b
Diffstat (limited to 'config')
-rw-r--r--config/config_default.cmake3
-rw-r--r--config/profile/profile_large.cmake1
-rw-r--r--config/profile/profile_medium.cmake1
-rw-r--r--config/profile/profile_small.cmake1
4 files changed, 5 insertions, 1 deletions
diff --git a/config/config_default.cmake b/config/config_default.cmake
index 83c3743296..4f77543344 100644
--- a/config/config_default.cmake
+++ b/config/config_default.cmake
@@ -160,6 +160,7 @@ set(TFM_CRYPTO_TEST_ALG_CBC ON CACHE BOOL "Test CBC cr
set(TFM_CRYPTO_TEST_ALG_CCM ON CACHE BOOL "Test CCM cryptography mode")
set(TFM_CRYPTO_TEST_ALG_CFB ON CACHE BOOL "Test CFB cryptography mode")
set(TFM_CRYPTO_TEST_ALG_CTR ON CACHE BOOL "Test CTR cryptography mode")
+set(TFM_CRYPTO_TEST_ALG_OFB ON CACHE BOOL "Test OFB cryptography mode")
set(TFM_CRYPTO_TEST_ALG_GCM ON CACHE BOOL "Test GCM cryptography mode")
set(TFM_CRYPTO_TEST_ALG_SHA_512 ON CACHE BOOL "Test SHA-512 cryptography algorithm")
set(TFM_CRYPTO_TEST_HKDF ON CACHE BOOL "Test the HKDF key derivation algorithm")
@@ -180,7 +181,7 @@ set(TFM_MBEDCRYPTO_CONFIG_PATH "${CMAKE_SOURCE_DIR}/lib/ext/mbedcrypto/
set(TFM_MBEDCRYPTO_PLATFORM_EXTRA_CONFIG_PATH "" CACHE PATH "Config to append to standard Mbed Crypto config, used by platforms to cnfigure feature support")
set(TFM_TEST_REPO_PATH "DOWNLOAD" CACHE PATH "Path to TFM-TEST repo (or DOWNLOAD to fetch automatically")
-set(TFM_TEST_REPO_VERSION "d4b2ba3" CACHE STRING "The version of tf-m-tests to use")
+set(TFM_TEST_REPO_VERSION "cac63a6" CACHE STRING "The version of tf-m-tests to use")
set(CMSIS_5_PATH "DOWNLOAD" CACHE PATH "Path to CMSIS_5 (or DOWNLOAD to fetch automatically")
set(MCUBOOT_PATH "DOWNLOAD" CACHE PATH "Path to MCUboot (or DOWNLOAD to fetch automatically")
diff --git a/config/profile/profile_large.cmake b/config/profile/profile_large.cmake
index b1ee510fc1..9c50acc0b8 100644
--- a/config/profile/profile_large.cmake
+++ b/config/profile/profile_large.cmake
@@ -33,6 +33,7 @@ set(MCUBOOT_FIH_PROFILE MEDIUM CACHE STRING "Fault injec
set(TFM_CRYPTO_TEST_ALG_CBC ON CACHE BOOL "Test CBC cryptography mode")
set(TFM_CRYPTO_TEST_ALG_CFB OFF CACHE BOOL "Test CFB cryptography mode")
set(TFM_CRYPTO_TEST_ALG_CTR OFF CACHE BOOL "Test CTR cryptography mode")
+set(TFM_CRYPTO_TEST_ALG_OFB OFF CACHE BOOL "Test OFB cryptography mode")
set(TFM_CRYPTO_TEST_ALG_GCM ON CACHE BOOL "Test GCM cryptography mode")
set(TFM_CRYPTO_TEST_ALG_SHA_512 ON CACHE BOOL "Test SHA-512 cryptography algorithm")
set(TFM_CRYPTO_TEST_HKDF ON CACHE BOOL "Test the HKDF key derivation algorithm")
diff --git a/config/profile/profile_medium.cmake b/config/profile/profile_medium.cmake
index 25ebd4b6a3..fc83fe4de0 100644
--- a/config/profile/profile_medium.cmake
+++ b/config/profile/profile_medium.cmake
@@ -26,6 +26,7 @@ set(TFM_PARTITION_AUDIT_LOG OFF CACHE BOOL "Enable Audi
set(TFM_CRYPTO_TEST_ALG_CBC OFF CACHE BOOL "Test CBC cryptography mode")
set(TFM_CRYPTO_TEST_ALG_CFB OFF CACHE BOOL "Test CFB cryptography mode")
set(TFM_CRYPTO_TEST_ALG_CTR OFF CACHE BOOL "Test CTR cryptography mode")
+set(TFM_CRYPTO_TEST_ALG_OFB OFF CACHE BOOL "Test OFB cryptography mode")
set(TFM_CRYPTO_TEST_ALG_GCM OFF CACHE BOOL "Test GCM cryptography mode")
set(TFM_CRYPTO_TEST_ALG_SHA_512 OFF CACHE BOOL "Test SHA-512 cryptography algorithm")
set(TFM_CRYPTO_TEST_HKDF OFF CACHE BOOL "Test the HKDF key derivation algorithm")
diff --git a/config/profile/profile_small.cmake b/config/profile/profile_small.cmake
index 73ba284de9..114170db1f 100644
--- a/config/profile/profile_small.cmake
+++ b/config/profile/profile_small.cmake
@@ -43,6 +43,7 @@ set(TFM_PARTITION_AUDIT_LOG OFF CACHE BOOL "Enable Audi
set(TFM_CRYPTO_TEST_ALG_CBC OFF CACHE BOOL "Test CBC cryptography mode")
set(TFM_CRYPTO_TEST_ALG_CFB OFF CACHE BOOL "Test CFB cryptography mode")
set(TFM_CRYPTO_TEST_ALG_CTR OFF CACHE BOOL "Test CTR cryptography mode")
+set(TFM_CRYPTO_TEST_ALG_OFB OFF CACHE BOOL "Test OFB cryptography mode")
set(TFM_CRYPTO_TEST_ALG_GCM OFF CACHE BOOL "Test GCM cryptography mode")
set(TFM_CRYPTO_TEST_ALG_SHA_512 OFF CACHE BOOL "Test SHA-512 cryptography algorithm")
set(TFM_CRYPTO_TEST_HKDF OFF CACHE BOOL "Test the HKDF key derivation algorithm")