File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ config MBEDTLS_PSA_KEY_SLOT_COUNT
7171 The default value comes from MBedTLS.
7272
7373config 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
8686config 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
9797config PSA_ITS_ENCRYPTED
9898 bool
Original file line number Diff line number Diff line change @@ -234,11 +234,11 @@ config PSA_WANT_ALG_SHAKE256_512
234234 default y if PSA_CRYPTO_ENABLE_ALL
235235
236236config 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
240240config 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
244244config PSA_WANT_ALG_WPA3_SAE_PT
@@ -432,4 +432,4 @@ config PSA_WANT_KEY_TYPE_SRP_PUBLIC_KEY
432432 SRP public key support.
433433
434434config 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
You can’t perform that action at this time.
0 commit comments