Structure containing the PSA IPC message sent from a client partition to an RoT Service. More...
#include <psa_defs.h>
Data Fields | |
uint32_t | type |
The message type. More... | |
psa_handle_t | handle |
Handle for the internal message structure. More... | |
int32_t | client_id |
Message origin. More... | |
void * | rhandle |
Reverse handle. More... | |
size_t | in_size [(4UL)] |
Array of sizes in bytes of the message payloads. More... | |
size_t | out_size [(4UL)] |
Array of sizes in bytes of the response buffers. More... | |
Structure containing the PSA IPC message sent from a client partition to an RoT Service.
Definition at line 86 of file psa_defs.h.
int32_t client_id |
Message origin.
Definition at line 89 of file psa_defs.h.
psa_handle_t handle |
Handle for the internal message structure.
Definition at line 88 of file psa_defs.h.
size_t in_size[(4UL) ] |
Array of sizes in bytes of the message payloads.
Definition at line 91 of file psa_defs.h.
size_t out_size[(4UL) ] |
Array of sizes in bytes of the response buffers.
Definition at line 92 of file psa_defs.h.
void* rhandle |
Reverse handle.
Definition at line 90 of file psa_defs.h.
uint32_t type |
The message type.
Definition at line 87 of file psa_defs.h.