Searched refs:response (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/arch/riscv/include/ |
| H A D | sbi_mpxy_rpmi.h | 62 void *response; member 127 unsigned long request_len, void *response, in sbi_mpxy_rpmi_init_send_with_response() argument 134 message->data.response = response; in sbi_mpxy_rpmi_init_send_with_response() 149 message->data.response = NULL; in sbi_mpxy_rpmi_init_send_without_response()
|
| H A D | sbi_mpxy.h | 155 void *response,
|
| /optee_os/scripts/ |
| H A D | sign_helper_kms.py | 32 response = self.client.get_public_key(KeyId=self.arn) 36 response['PublicKey']) 73 response = self.client.sign( 78 return response['Signature']
|
| /optee_os/core/drivers/imx/mu/ |
| H A D | imx_mu.c | 53 uint32_t response = 0; in imx_mu_receive_msg() local 60 res = imx_mu_plat_receive(base, 0, &response); in imx_mu_receive_msg() 68 memcpy(&msg->header, &response, sizeof(response)); in imx_mu_receive_msg()
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | sbi_mpxy_rpmi.c | 218 (!message->data.response && in sbi_mpxy_rpmi_send_data() 230 message->data.request_len, message->data.response, in sbi_mpxy_rpmi_send_data()
|
| H A D | sbi_mpxy.c | 292 void *response, in sbi_mpxy_send_message_with_response() argument 319 if (response && !sbiret.error) { in sbi_mpxy_send_message_with_response() 326 memcpy(response, mpxy->shmem, response_bytes); in sbi_mpxy_send_message_with_response()
|
| /optee_os/core/arch/arm/plat-totalcompute/fdts/ |
| H A D | optee_sp_manifest.dts | 26 messaging-method = <0x3>; /* Direct request/response supported */
|