Home
last modified time | relevance | path

Searched refs:psa_msg_t (Results 1 – 23 of 23) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/partitions/protected_storage/
Dtfm_ps_req_mngr.c21 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/
Dtfm_attest_req_mngr.c24 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/
Dplatform_sp.c29 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/
Dtfm_its_req_mngr.c28 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/
Dservice.h70 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/
Dtfm_fwu_req_mngr.c38 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/
Druntime_defs.h23 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/
Dpsa_api.c116 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()
Dtfm_rpc.c112 psa_msg_t msg; in tfm_rpc_client_call_reply()
Dspm.h83 psa_msg_t msg; /* PSA message body */
Dpsa_interface_svc.c46 __naked psa_status_t psa_get_svc(psa_signal_t signal, psa_msg_t *msg) in psa_get_svc()
Dpsa_interface_thread_fn_call.c71 psa_status_t psa_get_thread_fn_call(psa_signal_t signal, psa_msg_t *msg) in psa_get_thread_fn_call()
Dspm_ipc.c304 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/
Dcrypto_init.c60 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/
Dsfn_common_thread.c23 psa_msg_t msg; in common_sfn_thread()
Dpsa_api_ipc.c39 psa_status_t psa_get(psa_signal_t signal, psa_msg_t *msg) in psa_get()
/trusted-firmware-m-3.7.0/tools/templates/
Dmanifestfilename.template28 psa_status_t {{service.name|lower}}_sfn(const psa_msg_t* msg);
/trusted-firmware-m-3.7.0/secure_fw/spm/include/ffm/
Dpsa_api.h307 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/
Dstateless_rot_service.rst136 psa_msg_t type
139 The ``rhandle`` member of a ``psa_msg_t`` type received by a stateless RoT
Dtfm_psa_inter_process_communication.rst78 - '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/
D1.8.0.rst108 * - 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/
Dtfm_secure_partition_addition.rst539 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/
Dmailbox_ns_agent_update.rst274 the ``type`` member in the ``psa_msg_t``, and the ``client_data`` passed in is
299 psa_msg_t msg;