/trusted-firmware-m-3.7.0/secure_fw/partitions/protected_storage/ |
D | tfm_ps_req_mngr.c | 21 static const psa_msg_t *p_msg; 23 static psa_status_t tfm_ps_set_req(const psa_msg_t *msg) in tfm_ps_set_req() 51 static psa_status_t tfm_ps_get_req(const psa_msg_t *msg) in tfm_ps_get_req() 78 static psa_status_t tfm_ps_get_info_req(const psa_msg_t *msg) in tfm_ps_get_info_req() 105 static psa_status_t tfm_ps_remove_req(const psa_msg_t *msg) in tfm_ps_remove_req() 123 static psa_status_t tfm_ps_get_support_req(const psa_msg_t *msg) in tfm_ps_get_support_req() 139 psa_status_t tfm_protected_storage_service_sfn(const psa_msg_t *msg) in tfm_protected_storage_service_sfn()
|
/trusted-firmware-m-3.7.0/secure_fw/partitions/initial_attestation/ |
D | tfm_attest_req_mngr.c | 24 typedef psa_status_t (*attest_func_t)(const psa_msg_t *msg); 29 static psa_status_t psa_attest_get_token(const psa_msg_t *msg) in psa_attest_get_token() 64 static psa_status_t psa_attest_get_token(const psa_msg_t *msg) in psa_attest_get_token() 100 static psa_status_t psa_attest_get_token_size(const psa_msg_t *msg) in psa_attest_get_token_size() 129 psa_status_t tfm_attestation_service_sfn(const psa_msg_t *msg) in tfm_attestation_service_sfn()
|
/trusted-firmware-m-3.7.0/secure_fw/partitions/platform/ |
D | platform_sp.c | 29 typedef enum tfm_platform_err_t (*plat_func_t)(const psa_msg_t *msg); 42 static psa_status_t platform_sp_system_reset_psa_api(const psa_msg_t *msg) 83 static psa_status_t platform_sp_nv_read_psa_api(const psa_msg_t *msg) in platform_sp_nv_read_psa_api() 133 static psa_status_t platform_sp_nv_increment_psa_api(const psa_msg_t *msg) in platform_sp_nv_increment_psa_api() 179 static psa_status_t platform_sp_ioctl_psa_api(const psa_msg_t *msg) in platform_sp_ioctl_psa_api() 244 psa_status_t tfm_platform_service_sfn(const psa_msg_t *msg) in tfm_platform_service_sfn()
|
/trusted-firmware-m-3.7.0/secure_fw/partitions/internal_trusted_storage/ |
D | tfm_its_req_mngr.c | 28 static psa_status_t tfm_its_set_req(const psa_msg_t *msg) in tfm_its_set_req() 63 static psa_status_t tfm_its_get_req(const psa_msg_t *msg) in tfm_its_get_req() 106 static psa_status_t tfm_its_get_info_req(const psa_msg_t *msg) in tfm_its_get_info_req() 132 static psa_status_t tfm_its_remove_req(const psa_msg_t *msg) in tfm_its_remove_req() 155 psa_status_t tfm_internal_trusted_storage_service_sfn(const psa_msg_t *msg) in tfm_internal_trusted_storage_service_sfn()
|
/trusted-firmware-m-3.7.0/interface/include/psa/ |
D | service.h | 70 typedef struct psa_msg_t { struct 96 } psa_msg_t; argument 135 psa_status_t psa_get(psa_signal_t signal, psa_msg_t *msg);
|
/trusted-firmware-m-3.7.0/secure_fw/partitions/firmware_update/ |
D | tfm_fwu_req_mngr.c | 38 static psa_status_t tfm_fwu_start(const psa_msg_t *msg) in tfm_fwu_start() 100 static psa_status_t tfm_fwu_write(const psa_msg_t *msg) in tfm_fwu_write() 166 static psa_status_t tfm_fwu_finish(const psa_msg_t *msg) in tfm_fwu_finish() 256 static psa_status_t tfm_fwu_query(const psa_msg_t *msg) in tfm_fwu_query() 355 psa_status_t tfm_fwu_reject(const psa_msg_t *msg) in tfm_fwu_reject() 437 static psa_status_t tfm_fwu_cancel(const psa_msg_t *msg) in tfm_fwu_cancel() 469 static psa_status_t tfm_fwu_clean(const psa_msg_t *msg) in tfm_fwu_clean() 506 psa_status_t tfm_firmware_update_service_sfn(const psa_msg_t *msg) in tfm_firmware_update_service_sfn()
|
/trusted-firmware-m-3.7.0/secure_fw/spm/include/interface/ |
D | runtime_defs.h | 23 typedef psa_status_t (*service_fn_t)(psa_msg_t *msg); 34 psa_status_t (*psa_get)(psa_signal_t signal, psa_msg_t *msg);
|
/trusted-firmware-m-3.7.0/secure_fw/spm/core/ |
D | psa_api.c | 116 psa_status_t tfm_spm_partition_psa_get(psa_signal_t signal, psa_msg_t *msg) in tfm_spm_partition_psa_get() 139 sizeof(psa_msg_t), TFM_HAL_ACCESS_READWRITE); in tfm_spm_partition_psa_get() 194 spm_memcpy(msg, &handle->msg, sizeof(psa_msg_t)); in tfm_spm_partition_psa_get()
|
D | tfm_rpc.c | 112 psa_msg_t msg; in tfm_rpc_client_call_reply()
|
D | spm.h | 83 psa_msg_t msg; /* PSA message body */
|
D | psa_interface_svc.c | 46 __naked psa_status_t psa_get_svc(psa_signal_t signal, psa_msg_t *msg) in psa_get_svc()
|
D | psa_interface_thread_fn_call.c | 71 psa_status_t psa_get_thread_fn_call(psa_signal_t signal, psa_msg_t *msg) in psa_get_thread_fn_call()
|
D | spm_ipc.c | 304 spm_memset(&p_connection->msg, 0, sizeof(psa_msg_t)); in spm_init_idle_connection()
|
/trusted-firmware-m-3.7.0/secure_fw/partitions/crypto/ |
D | crypto_init.c | 60 static psa_status_t tfm_crypto_init_iovecs(const psa_msg_t *msg, in tfm_crypto_init_iovecs() 149 static psa_status_t tfm_crypto_init_iovecs(const psa_msg_t *msg, in tfm_crypto_init_iovecs() 190 static psa_status_t tfm_crypto_call_srv(const psa_msg_t *msg) in tfm_crypto_call_srv() 320 psa_status_t tfm_crypto_sfn(const psa_msg_t *msg) in tfm_crypto_sfn()
|
/trusted-firmware-m-3.7.0/secure_fw/partitions/lib/runtime/ |
D | sfn_common_thread.c | 23 psa_msg_t msg; in common_sfn_thread()
|
D | psa_api_ipc.c | 39 psa_status_t psa_get(psa_signal_t signal, psa_msg_t *msg) in psa_get()
|
/trusted-firmware-m-3.7.0/tools/templates/ |
D | manifestfilename.template | 28 psa_status_t {{service.name|lower}}_sfn(const psa_msg_t* msg);
|
/trusted-firmware-m-3.7.0/secure_fw/spm/include/ffm/ |
D | psa_api.h | 307 psa_status_t tfm_spm_partition_psa_get(psa_signal_t signal, psa_msg_t *msg);
|
/trusted-firmware-m-3.7.0/docs/design_docs/services/ |
D | stateless_rot_service.rst | 136 psa_msg_t type 139 The ``rhandle`` member of a ``psa_msg_t`` type received by a stateless RoT
|
D | tfm_psa_inter_process_communication.rst | 78 - 'psa_msg_t' for service 178 psa_status_t psa_get(psa_signal_t signal, psa_msg_t *msg);
|
/trusted-firmware-m-3.7.0/docs/releases/ |
D | 1.8.0.rst | 108 * - In SFN model, input data size value in structure `psa_msg_t` passed to RoT Services might
|
/trusted-firmware-m-3.7.0/docs/integration_guide/services/ |
D | tfm_secure_partition_addition.rst | 539 psa_msg_t msg; 587 psa_status_t <<name>>_sfn(const psa_msg_t *msg); 600 psa_status_t rot_a_sfn(const psa_msg_t *msg)
|
/trusted-firmware-m-3.7.0/docs/design_docs/dual-cpu/ |
D | mailbox_ns_agent_update.rst | 274 the ``type`` member in the ``psa_msg_t``, and the ``client_data`` passed in is 299 psa_msg_t msg;
|