Skip to content

Commit e0c955e

Browse files
Flavio Ceolinaescolar
authored andcommitted
tests: uoscore: Set necessary PSA options
Set necessary psa options to the test execution. Signed-off-by: Flavio Ceolin <[email protected]>
1 parent 8c8e2f6 commit e0c955e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/modules/uoscore/prj.conf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,13 @@ CONFIG_MBEDTLS=y
1212
CONFIG_MBEDTLS_ENABLE_HEAP=y
1313
CONFIG_MBEDTLS_HEAP_SIZE=2048
1414
CONFIG_MBEDTLS_ZEPHYR_ENTROPY=y
15+
16+
# PSA Crypto options
17+
18+
CONFIG_PSA_WANT_ALG_CCM=y
19+
CONFIG_PSA_WANT_ALG_HMAC=y
20+
21+
CONFIG_PSA_WANT_KEY_TYPE_HMAC=y
22+
CONFIG_PSA_WANT_KEY_TYPE_AES=y
23+
CONFIG_PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY=y
24+
CONFIG_PSA_WANT_KEY_TYPE_RSA_PUBLIC_KEY=y

0 commit comments

Comments
 (0)