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/ |
D | tfm_internal_trusted_storage.h | 109 psa_status_t tfm_its_get(int32_t client_id,
|
D | tfm_its_req_mngr.c | 97 status = tfm_its_get(msg->client_id, uid, data_offset, data_size, &data_length); in tfm_its_get_req()
|
D | tfm_internal_trusted_storage.c | 566 psa_status_t tfm_its_get(int32_t client_id, function
|
/trusted-firmware-m-3.6.0/secure_fw/partitions/protected_storage/ |
D | ps_filesystem_interface.c | 39 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/ |
D | tfm_its_service.rst | 112 psa_status_t tfm_its_get(int32_t client_id, 320 process happening when calling ``tfm_its_set`` and ``tfm_its_get``.
|