-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restyle Adds PSA crypto support file for SiWx917 (#178)
Restyled by clang-format Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
1 parent
054c618
commit 95aece3
Showing
7 changed files
with
109 additions
and
116 deletions.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
matter/si91x/siwx917/BRD4338A/autogen/sli_mbedtls_config_autogen.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
matter/si91x/siwx917/BRD4338A/autogen/sli_mbedtls_config_transform_autogen.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 11 additions & 10 deletions
21
matter/si91x/siwx917/BRD4338A/autogen/sli_psa_builtin_config_autogen.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
// This is an autogenerated config file, any changes to this file will be overwritten | ||
// This is an autogenerated config file, any changes to this file will be | ||
// overwritten | ||
|
||
#ifndef SLI_PSA_BUILTIN_CONFIG_AUTOGEN_H | ||
#define SLI_PSA_BUILTIN_CONFIG_AUTOGEN_H | ||
|
||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_AES 1 | ||
#define MBEDTLS_PSA_BUILTIN_ALG_CMAC 1 | ||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_PUBLIC_KEY 1 | ||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR_BASIC 1 | ||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR_IMPORT 1 | ||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR_EXPORT 1 | ||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_AES 1 | ||
#define MBEDTLS_PSA_BUILTIN_ALG_CMAC 1 | ||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_PUBLIC_KEY 1 | ||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR_BASIC 1 | ||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR_IMPORT 1 | ||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR_EXPORT 1 | ||
#define MBEDTLS_PSA_BUILTIN_KEY_TYPE_ECC_KEY_PAIR_GENERATE 1 | ||
#define MBEDTLS_PSA_BUILTIN_ECC_SECP_R1_256 1 | ||
#define MBEDTLS_PSA_BUILTIN_ALG_SHA_224 1 | ||
#define MBEDTLS_PSA_BUILTIN_ALG_SHA_256 1 | ||
#define MBEDTLS_PSA_BUILTIN_ECC_SECP_R1_256 1 | ||
#define MBEDTLS_PSA_BUILTIN_ALG_SHA_224 1 | ||
#define MBEDTLS_PSA_BUILTIN_ALG_SHA_256 1 | ||
|
||
#endif // SLI_PSA_BUILTIN_CONFIG_AUTOGEN_H |
37 changes: 19 additions & 18 deletions
37
matter/si91x/siwx917/BRD4338A/autogen/sli_psa_config_autogen.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters