File tree Expand file tree Collapse file tree 4 files changed +2
-9
lines changed
modules/trusted-firmware-m Expand file tree Collapse file tree 4 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ The following table provides an overview over features in Internal Trusted Stora
217
217
* The PSA Crypto API is invoked by other APIs that are available from the NSPE.
218
218
For example the PSA Protected Storage API or the PSA Crypto API ``import() `` and ``generate() ``.
219
219
220
- * Internal Trusted Storage has experimental support for encryption with the :kconfig:option: `CONFIG_PSA_ITS_ENCRYPTED ` Kconfig option set.
220
+ * Internal Trusted Storage has experimental support for encryption with the :kconfig:option: `CONFIG_TFM_ITS_ENCRYPTED ` Kconfig option set.
221
221
222
222
PSA Secure Storage API in Nordic hardware and the |NCS |
223
223
=======================================================
Original file line number Diff line number Diff line change @@ -227,7 +227,6 @@ config TFM_ITS_ENCRYPTED
227
227
depends on !CRACEN_NEED_MULTIPART_WORKAROUNDS
228
228
default y if SOC_SERIES_NRF54LX
229
229
select PSA_WANT_ALG_CHACHA20_POLY1305 if SOC_SERIES_NRF54LX
230
- select PSA_ITS_ENCRYPTED
231
230
select PSA_WANT_GENERATE_RANDOM
232
231
help
233
232
Enables authenticated encryption for PSA Internal Trusted Storage files
Original file line number Diff line number Diff line change @@ -98,12 +98,6 @@ config MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE
98
98
to set here. The applications need to increase this buffer size in accordance
99
99
with the enabled key types and sizes.
100
100
101
- config PSA_ITS_ENCRYPTED
102
- bool
103
- depends on MBEDTLS_PSA_CRYPTO_STORAGE_C
104
- help
105
- Enables authenticated encryption for PSA Internal Trusted Storage files
106
-
107
101
config PSA_CRYPTO_SYS_INIT
108
102
bool "Invoke psa_crypto_init during system initialization"
109
103
default y
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ set_property(TARGET zephyr_property_target
20
20
PROPERTY TFM_MBEDCRYPTO_PATH ${CMAKE_CURRENT_LIST_DIR} /../tfm
21
21
)
22
22
23
- if (CONFIG_PSA_ITS_ENCRYPTED )
23
+ if (CONFIG_TFM_ITS_ENCRYPTED )
24
24
set_property (TARGET zephyr_property_target
25
25
APPEND PROPERTY TFM_CMAKE_OPTIONS
26
26
-DITS_ENCRYPTION=1
You can’t perform that action at this time.
0 commit comments