We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f919fe commit 39326e6Copy full SHA for 39326e6
subsys/nrf_security/tfm/CMakeLists.txt
@@ -84,7 +84,6 @@ set(CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG True)
84
set(CONFIG_MBEDTLS_PSA_CRYPTO_C True)
85
86
if ("${PROJECT_NAME}" STREQUAL "Bootloader")
87
- set(CONFIG_CC3XX_MBEDTLS_RSA_C True)
88
set(CONFIG_MBEDTLS_RSA_C True)
89
set(CONFIG_MBEDTLS_PKCS1_V21 True)
90
set(CONFIG_MBEDTLS_PSA_CRYPTO_SPM False)
tests/crypto/src/common_test.h
@@ -65,10 +65,6 @@ extern char drbg_ctx;
65
#include <zephyr/drivers/entropy.h>
66
#endif
67
68
-#if defined CONFIG_TV_ASSERT_USER_OVERRIDE
69
-#include <tv_assert_user_override.h>
70
-#endif
71
-
72
/**@brief Test vector expected result.
73
* Used to verify invalid behavior test cases.
74
*/
0 commit comments