Skip to content

Commit

Permalink
PSA Crypto: Enabled compatibility with drivers V1 and V2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcasallas-silabs committed Feb 2, 2024
1 parent 70800e2 commit b51cc8a
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions matter/efr32/efr32mg12/BRD4161A/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/efr32mg12/BRD4162A/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/efr32mg12/BRD4163A/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/efr32mg12/BRD4164A/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/efr32mg12/BRD4166A/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/efr32mg12/BRD4170A/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/efr32mg12/BRD4304A/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/efr32mg24/BRD2601B/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/efr32mg24/BRD2703A/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/efr32mg24/BRD4186A/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/efr32mg24/BRD4186C/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/efr32mg24/BRD4187A/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/efr32mg24/BRD4187C/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/mgm24/BRD2704A/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/mgm24/BRD4316A/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/mgm24/BRD4317A/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/mgm24/BRD4318A/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down
4 changes: 2 additions & 2 deletions matter/efr32/mgm24/BRD4319A/config/psa_crypto_config.h
Expand Up @@ -56,7 +56,7 @@
// <i> If no v1 files are used, its support can be disabled for space
// <i> optimization.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V1_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V2_DRIVER> Enable V2 ITS Driver Support <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand All @@ -69,7 +69,7 @@
// <i> driver before in GSDK 4.1.x and earlier, or the keys has been already
// <i> migrated.
// <i> Default: 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 0
#define SL_PSA_ITS_SUPPORT_V2_DRIVER 1

// <o SL_PSA_ITS_SUPPORT_V3_DRIVER> Enable support for V3 ITS Driver <0-1>
// <i> Devices that have used GSDK 4.1.x and earlier, and used ITS have the keys
Expand Down

0 comments on commit b51cc8a

Please sign in to comment.