Skip to content

Commit 00af381

Browse files
move some psa define from coap config to the right header
1 parent 8e938b8 commit 00af381

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/platform/silabs/efr32/efr32-chip-mbedtls-config.h

-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@
8787
#define MBEDTLS_PK_HAVE_JPAKE
8888
#define MBEDTLS_ECP_DP_SECP256R1_ENABLED
8989
#define MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED
90-
#define PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_BASIC
91-
#define PSA_WANT_ALG_JPAKE
92-
#define PSA_WANT_ECC_SECP_R1_256
9390
#endif // SL_USE_COAP_CONFIG
9491

9592
#if SL_MATTER_PROVISION_FLASH

src/platform/silabs/efr32/efr32-psa-crypto-config.h

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
// Configurations necessary for ot coap cert libs
2929
#if SL_USE_COAP_CONFIG
3030
#define PSA_WANT_ALG_CBC_NO_PADDING
31+
#define PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_BASIC
32+
#define PSA_WANT_ALG_JPAKE
33+
#define PSA_WANT_ECC_SECP_R1_256
3134
#endif // SL_USE_COAP_CONFIG
3235

3336
// Multi-chip OTA encryption processing

0 commit comments

Comments
 (0)