File tree 2 files changed +5
-2
lines changed
matter/si91x/siwx917/BRD4338A
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 13
13
#define MBEDTLS_BASE64_C
14
14
#define MBEDTLS_CIPHER_C
15
15
#define MBEDTLS_CMAC_C
16
+ #define MBEDTLS_ECDSA_C
16
17
#define MBEDTLS_ECP_C
17
18
#define MBEDTLS_ECP_DP_SECP256R1_ENABLED
18
19
#define MBEDTLS_MD_C
38
39
#define MBEDTLS_X509_CRL_PARSE_C
39
40
#define MBEDTLS_X509_CSR_PARSE_C
40
41
#define MBEDTLS_X509_CSR_WRITE_C
42
+ #ifndef SL_MBEDTLS_USE_TINYCRYPT
41
43
#define MBEDTLS_PSA_CRYPTO_C
42
44
#define MBEDTLS_USE_PSA_CRYPTO
43
45
#define MBEDTLS_PSA_CRYPTO_CONFIG
44
- #define MBEDTLS_ECDSA_C
45
46
#define MBEDTLS_PSA_CRYPTO_STORAGE_C
46
-
47
+ #endif // SL_MBEDTLS_USE_TINYCRYPT
47
48
#endif // SLI_MBEDTLS_CONFIG_AUTOGEN_H
Original file line number Diff line number Diff line change 107
107
// the correct Mbed TLS / PSA Crypto options.
108
108
#include "sli_mbedtls_config_transform_autogen.h"
109
109
110
+ #ifndef SL_MBEDTLS_USE_TINYCRYPT
110
111
// Included for backward compatibility reasons.
111
112
#include "mbedtls/build_info.h"
113
+ #endif // SL_MBEDTLS_USE_TINYCRYPT
112
114
113
115
#endif // SL_MBEDTLS_CONFIG_H
You can’t perform that action at this time.
0 commit comments