File tree Expand file tree Collapse file tree 4 files changed +0
-11
lines changed Expand file tree Collapse file tree 4 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 33CONFIG_MBEDTLS=y
44CONFIG_MBEDTLS_PSA_CRYPTO_C=y
55
6- # native_sim requires ECB cipher to be enabled
7- CONFIG_PSA_WANT_ALG_ECB_NO_PADDING=y
8-
96# The default stack size (1024) is not enough for the PSA Crypto core.
107# On top of that, the ITS implementation uses the stack for buffers.
118CONFIG_MAIN_STACK_SIZE=3072
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ common:
1313tests :
1414 sample.psa.its.tfm :
1515 filter : CONFIG_BUILD_WITH_TFM
16- extra_args :
17- - CONFIG_TFM_PROFILE_TYPE_MEDIUM=y
1816 tags :
1917 - trusted-firmware-m
2018 sample.psa.its.secure_storage.entropy_driver :
Original file line number Diff line number Diff line change 33CONFIG_MBEDTLS=y
44CONFIG_MBEDTLS_PSA_CRYPTO_C=y
55
6- # native_sim requires ECB cipher to be enabled
7- CONFIG_PSA_WANT_ALG_ECB_NO_PADDING=y
8-
96# The default stack size (1024) is not enough for the PSA Crypto core.
107# On top of that, the ITS implementation uses the stack for buffers.
118CONFIG_MAIN_STACK_SIZE=3072
Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ common:
1313tests :
1414 sample.psa.persistent_key.tfm :
1515 filter : CONFIG_BUILD_WITH_TFM
16- extra_args :
17- - CONFIG_TFM_PROFILE_TYPE_MEDIUM=y
18- - CONFIG_PSA_WANT_GENERATE_RANDOM=y
1916 tags :
2017 - trusted-firmware-m
2118 sample.psa.persistent_key.secure_storage.entropy_driver :
You can’t perform that action at this time.
0 commit comments