nRF Connect SDK API 2.8.99
|
#include <nrf.h>
Go to the source code of this file.
Macros | |
#define | TFM_BUILTIN_KEY_LOADER_KEY_LOCATION ((psa_key_location_t)0x800001) |
The PSA driver location for TF-M builtin keys. Arbitrary within the ranges documented at https://armmbed.github.io/mbed-crypto/html/api/keys/lifetimes.html#c.psa_key_location_t. | |
Enumerations | |
enum | tfm_builtin_key_id_t { TFM_BUILTIN_KEY_ID_MIN = 0x7FFF815Bu , TFM_BUILTIN_KEY_ID_HUK , TFM_BUILTIN_KEY_ID_IAK , TFM_BUILTIN_KEY_ID_PLAT_SPECIFIC_MIN = 0x7FFF816Bu , TFM_BUILTIN_KEY_ID_MAX = 0x7FFF817Bu } |
The persistent key identifiers for TF-M builtin keys. More... | |