|
TA-REF
|
#include <tee_client_api.h>
Collaboration diagram for TEEC_RegisteredMemoryReference:Public Attributes | |
| TEEC_SharedMemory * | parent |
| size_t | size |
| size_t | offset |
struct TEEC_RegisteredMemoryReference - use a pre-registered or pre-allocated shared memory block of memory to transfer data between a client application and trusted code.
| parent | Points to a shared memory structure. The memory reference may utilize the whole shared memory or only a part of it. Must not be NULL |
| size | The size, in bytes, of the memory buffer. |
| offset | The offset, in bytes, of the referenced memory region from the start of the shared memory block. |
| size_t TEEC_RegisteredMemoryReference::offset |
| TEEC_SharedMemory* TEEC_RegisteredMemoryReference::parent |
| size_t TEEC_RegisteredMemoryReference::size |