Home
last modified time | relevance | path

Searched refs:psa_write (Results 1 – 12 of 12) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/partitions/protected_storage/
Dtfm_ps_req_mngr.c100 psa_write(msg->handle, 0, &info, sizeof(info)); in tfm_ps_get_info_req()
135 psa_write(msg->handle, 0, &support_flags, out_size); in tfm_ps_get_support_req()
179 psa_write(p_msg->handle, 0, in_data, size); in ps_req_mngr_write_asset_data()
/trusted-firmware-m-3.7.0/secure_fw/partitions/initial_attestation/
Dtfm_attest_req_mngr.c93 psa_write(msg->handle, 0, token_buff, token_size); in psa_attest_get_token()
123 psa_write(msg->handle, 0, &token_size, sizeof(token_size)); in psa_attest_get_token_size()
/trusted-firmware-m-3.7.0/secure_fw/partitions/internal_trusted_storage/
Dtfm_its_req_mngr.c126 psa_write(msg->handle, 0, &info, sizeof(info)); in tfm_its_get_info_req()
187 psa_write(handle, 0, buf, num_bytes); in its_req_mngr_write()
/trusted-firmware-m-3.7.0/secure_fw/partitions/lib/runtime/
Dpsa_api_ipc.c55 void psa_write(psa_handle_t msg_handle, uint32_t outvec_idx, in psa_write() function
58 PART_METADATA()->psa_fns->psa_write(msg_handle, outvec_idx, buffer, num_bytes); in psa_write()
/trusted-firmware-m-3.7.0/secure_fw/partitions/platform/
Dplatform_sp.c128 psa_write(msg->handle, 0, counter_val, msg->out_size[0]); in platform_sp_nv_read_psa_api()
238 psa_write(msg->handle, 0, outvec.base, outvec.len); in platform_sp_ioctl_psa_api()
/trusted-firmware-m-3.7.0/interface/include/psa/
Dservice.h222 void psa_write(psa_handle_t msg_handle, uint32_t outvec_idx,
/trusted-firmware-m-3.7.0/secure_fw/spm/include/interface/
Druntime_defs.h38 void (*psa_write)(psa_handle_t msg_handle, uint32_t outvec_idx, const void *buffer, member
/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dpsa_interface_sfn.c88 void psa_write(psa_handle_t msg_handle, uint32_t outvec_idx, in psa_write() function
/trusted-firmware-m-3.7.0/secure_fw/partitions/crypto/
Dcrypto_init.c240 psa_write(msg->handle, i, out_vec[i].base, out_vec[i].len); in tfm_crypto_call_srv()
/trusted-firmware-m-3.7.0/secure_fw/partitions/firmware_update/
Dtfm_fwu_req_mngr.c294 psa_write(msg->handle, 0, &info, sizeof(info)); in tfm_fwu_query()
/trusted-firmware-m-3.7.0/docs/design_docs/services/
Dtfm_psa_inter_process_communication.rst183 void psa_write(psa_handle_t msg_handle, uint32_t outvec_idx,
/trusted-firmware-m-3.7.0/docs/integration_guide/services/
Dtfm_secure_partition_addition.rst562 psa_write(msg.handle, i, send_buf, BUFFER_LEN);
623 psa_write(msg->handle, i, send_buf, BUFFER_LEN);