| commit | 7f670c078e37ec2e353b27de088a05d114e446d3 | [log] [tgz] |
|---|---|---|
| author | Aksel Skauge Mellbye <aksel.mellbye@silabs.com> | Mon Sep 08 09:22:37 2025 +0200 |
| committer | Johan Hedberg <johan.hedberg@gmail.com> | Fri Oct 17 22:02:05 2025 +0300 |
| tree | b02f36f8bc535a6b8dcd3bb947be62b18daa3ddc | |
| parent | 31e84adf49e9a554bd85c04bd0bb2c50591369bf [diff] |
modules: mbedtls: add Kconfig symbol MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS Add a new Kconfig symbol MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS to wrap the Mbed TLS configuration option with the same name. Built-in key support enables platforms implementing mbedtls_psa_platform_get_builtin_key() to use keys derived from a hardware unique key or stored in a secure element. Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>