zephyr/subsys/net/lib/wifi_credentials
Tomi Fontanilles 0c368e85b1 secure_storage: add a global registry header file for PSA key IDs
We need to make sure that within Zephyr different users of the PSA APIs
don't interfere with each other because of using the same numerical IDs
for persistent assets.

This takes care of the PSA key IDs when using persistent keys through
the PSA Crypto API.
See the comments in `<zephyr/psa/key_ids.h>` for more information.

This removes the recently-introduced Kconfig options that allowed changing
the base IDs subsystems were using for their persistent keys.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2025-02-13 20:22:09 +01:00
..
CMakeLists.txt
Kconfig secure_storage: add a global registry header file for PSA key IDs 2025-02-13 20:22:09 +01:00
wifi_credentials_backend_none.c
wifi_credentials_backend_psa.c secure_storage: add a global registry header file for PSA key IDs 2025-02-13 20:22:09 +01:00
wifi_credentials_backend_settings.c
wifi_credentials_internal.h
wifi_credentials_shell.c net: Fix warning of size_t formatting with %.*s 2024-11-22 08:25:31 -05:00
wifi_credentials.c net: wifi_cred: Decrease flash usage for error print strings 2024-11-28 20:52:06 +01:00