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]>
Warning: Usage of this Kconfig option is prohibited in Zephyr's codebase.
586
586
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.
587
587
588
+
config MBEDTLS_PSA_CRYPTO_STORAGE_C
589
+
bool
590
+
588
591
config MBEDTLS_PSA_STATIC_KEY_SLOTS
589
592
bool "Use statically allocated key buffers to store key material"
0 commit comments