Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
The UID (caller + entry IDs) of an ITS entry. More...
#include <zephyr/secure_storage/its/common.h>
Data Fields | |
psa_storage_uid_t | uid: 30 |
secure_storage_its_caller_id_t | caller_id: 2 |
The UID (caller + entry IDs) of an ITS entry.
This is a packed, 32-bit version of psa_storage_uid_t which allows storing smaller IDs compared to the 64-bit ones that PSA Secure Storage specifies. Zephyr defines ranges of IDs to be used by different users of the API (subsystems, application) which guarantees 1. no collisions and 2. that the IDs used fit within uid.
secure_storage_its_caller_id_t secure_storage_its_uid_t::caller_id |
psa_storage_uid_t secure_storage_its_uid_t::uid |