Searched refs:psa_write (Results 1 – 12 of 12) sorted by relevance
/trusted-firmware-m-3.6.0/secure_fw/partitions/protected_storage/ |
D | tfm_ps_req_mngr.c | 100 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.6.0/secure_fw/partitions/initial_attestation/ |
D | tfm_attest_req_mngr.c | 93 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.6.0/secure_fw/partitions/internal_trusted_storage/ |
D | tfm_its_req_mngr.c | 126 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.6.0/secure_fw/partitions/lib/runtime/ |
D | psa_api_ipc.c | 55 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.6.0/secure_fw/partitions/platform/ |
D | platform_sp.c | 127 psa_write(msg->handle, 0, counter_val, msg->out_size[0]); in platform_sp_nv_read_psa_api() 237 psa_write(msg->handle, 0, outvec.base, outvec.len); in platform_sp_ioctl_psa_api()
|
/trusted-firmware-m-3.6.0/interface/include/psa/ |
D | service.h | 222 void psa_write(psa_handle_t msg_handle, uint32_t outvec_idx,
|
/trusted-firmware-m-3.6.0/secure_fw/spm/include/interface/ |
D | runtime_defs.h | 38 void (*psa_write)(psa_handle_t msg_handle, uint32_t outvec_idx, const void *buffer, member
|
/trusted-firmware-m-3.6.0/secure_fw/spm/core/ |
D | psa_interface_sfn.c | 88 void psa_write(psa_handle_t msg_handle, uint32_t outvec_idx, in psa_write() function
|
/trusted-firmware-m-3.6.0/secure_fw/partitions/crypto/ |
D | crypto_init.c | 240 psa_write(msg->handle, i, out_vec[i].base, out_vec[i].len); in tfm_crypto_call_srv()
|
/trusted-firmware-m-3.6.0/secure_fw/partitions/firmware_update/ |
D | tfm_fwu_req_mngr.c | 294 psa_write(msg->handle, 0, &info, sizeof(info)); in tfm_fwu_query()
|
/trusted-firmware-m-3.6.0/docs/design_docs/services/ |
D | tfm_psa_inter_process_communication.rst | 183 void psa_write(psa_handle_t msg_handle, uint32_t outvec_idx,
|
/trusted-firmware-m-3.6.0/docs/integration_guide/services/ |
D | tfm_secure_partition_addition.rst | 562 psa_write(msg.handle, i, send_buf, BUFFER_LEN); 623 psa_write(msg->handle, i, send_buf, BUFFER_LEN);
|