nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
PSA Internal Trusted Storage

Macros

#define PSA_ITS_API_VERSION_MAJOR
 
#define PSA_ITS_API_VERSION_MINOR
 

Functions

psa_status_t psa_its_set (psa_storage_uid_t uid, size_t data_length, const void *p_data, psa_storage_create_flags_t create_flags)
 Create a new, or modify an existing, uid/value pair.
 
psa_status_t psa_its_get (psa_storage_uid_t uid, size_t data_offset, size_t data_size, void *p_data, size_t *p_data_length)
 Retrieve data associated with a provided UID.
 
psa_status_t psa_its_get_info (psa_storage_uid_t uid, struct psa_storage_info_t *p_info)
 Retrieve the metadata about the provided uid.
 
psa_status_t psa_its_remove (psa_storage_uid_t uid)
 Remove the provided uid and its associated data from the storage.
 

Detailed Description

This file describes the PSA Internal Trusted Storage API