You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Kconfig option to match the Mbed TLS define
instead of defining it based on CONFIG_SECURE_STORAGE.
This gives more flexibility regarding the potential re-definition of the
CONFIG_MBEDTLS_PSA_CRYPTO_STORAGE_C Kconfig option.
Signed-off-by: Tomi Fontanilles <[email protected]>
(cherry picked from commit 8627250)
Signed-off-by: Tomi Fontanilles <[email protected]>
Warning: Usage of this Kconfig option is prohibited in Zephyr's codebase.
614
614
Users can enable it in case of very memory-constrained devices, but be aware that the p256-m interface is absolutely not guaranted to remain stable over time.
615
615
616
+
config MBEDTLS_PSA_CRYPTO_STORAGE_C
617
+
bool
618
+
616
619
config MBEDTLS_PSA_STATIC_KEY_SLOTS
617
620
bool "Use statically allocated key buffers to store key material"
0 commit comments