Skip to content

Commit dbcf436

Browse files
Vge0rgenordicjm
authored andcommitted
nrf_security: Fix typos in the Kconfigs
Fix typos and do minor improvements in the Kconfig description and prompts. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 3f1b97a commit dbcf436

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

subsys/nrf_security/Kconfig.psa

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ config MBEDTLS_PSA_KEY_SLOT_COUNT
7171
The default value comes from MBedTLS.
7272

7373
config MBEDTLS_PSA_STATIC_KEY_SLOTS
74-
bool "Enable static key slots for PSA"
74+
bool "Static key slots for PSA"
7575
help
7676
When this option is enabled the PSA core doesn't use the heap to store keys.
7777
It uses a static buffer to hold the key material.
@@ -84,15 +84,15 @@ config MBEDTLS_PSA_KEY_STORE_DYNAMIC
8484
should not be enabled.
8585

8686
config MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE
87-
int "PSA static keyslot buffer size in bytes"
87+
int "PSA static key slot buffer size in bytes"
8888
depends on MBEDTLS_PSA_STATIC_KEY_SLOTS
8989
default 16
9090
help
9191
The size in bytes of the static buffer used to hold the key material
9292
when MBEDTLS_PSA_STATIC_KEY_SLOTS is enabled.
93-
16 bytes is the smallest reasonable buffer (needed for an 128-bit AES key)
93+
16 bytes is the smallest reasonable buffer size (needed for an 128-bit AES key)
9494
to set here. The applications need to increase this buffer size in accordance
95-
to the enabled key types and sizes.
95+
with the enabled key types and sizes.
9696

9797
config PSA_ITS_ENCRYPTED
9898
bool

subsys/nrf_security/Kconfig.psa.nordic

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,11 @@ config PSA_WANT_ALG_SHAKE256_512
234234
default y if PSA_CRYPTO_ENABLE_ALL
235235

236236
config PSA_WANT_ALG_AES_KW
237-
bool "AES key wrap support (NIST-SP-800-38F and RFC3394) [EXPERIMENTAL]" if !MBEDTLS_PROMPTLESS
237+
bool "AES Key Wrap support (NIST-SP-800-38F and RFC3394) [EXPERIMENTAL]" if !MBEDTLS_PROMPTLESS
238238
select EXPERIMENTAL
239239

240240
config PSA_WANT_ALG_AES_KWP
241-
bool "AES key wrap support (NIST-SP-800-38F and RFC5649) [EXPERIMENTAL]" if !MBEDTLS_PROMPTLESS
241+
bool "AES Key Wrap with padding support (NIST-SP-800-38F and RFC5649) [EXPERIMENTAL]" if !MBEDTLS_PROMPTLESS
242242
select EXPERIMENTAL
243243

244244
config PSA_WANT_ALG_WPA3_SAE_PT
@@ -432,4 +432,4 @@ config PSA_WANT_KEY_TYPE_SRP_PUBLIC_KEY
432432
SRP public key support.
433433

434434
config PSA_WANT_KEY_TYPE_WPA3_SAE_PT
435-
bool "WPA3 SAE key support" if !MBEDTLS_PROMPTLESS
435+
bool "WPA3-SAE-PT key support" if !MBEDTLS_PROMPTLESS

0 commit comments

Comments
 (0)