Home
last modified time | relevance | path

Searched refs:tfm_its_get (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-3.6.0/secure_fw/partitions/internal_trusted_storage/
Dtfm_internal_trusted_storage.h109 psa_status_t tfm_its_get(int32_t client_id,
Dtfm_its_req_mngr.c97 status = tfm_its_get(msg->client_id, uid, data_offset, data_size, &data_length); in tfm_its_get_req()
Dtfm_internal_trusted_storage.c566 psa_status_t tfm_its_get(int32_t client_id, function
/trusted-firmware-m-3.6.0/secure_fw/partitions/protected_storage/
Dps_filesystem_interface.c39 return tfm_its_get(TFM_SP_PS, uid, data_offset, data_size, p_data_length); in psa_its_get()
/trusted-firmware-m-3.6.0/docs/design_docs/services/
Dtfm_its_service.rst112 psa_status_t tfm_its_get(int32_t client_id,
320 process happening when calling ``tfm_its_set`` and ``tfm_its_get``.