![]() |
mTower
|
#include <tee_client_api.h>
Data Fields | |
| 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. |
1.8.13