|
TA-REF
|
#include <tee_client_api.h>
Public Attributes | |
| void * | buffer |
| size_t | size |
struct TEEC_TempMemoryReference - Temporary memory to transfer data between a client application and trusted code, only used for the duration of the operation.
| buffer | The memory buffer which is to be, or has been shared with the TEE. |
| size | The size, in bytes, of the memory buffer. |
A memory buffer that is registered temporarily for the duration of the operation to be called.
| void* TEEC_TempMemoryReference::buffer |
| size_t TEEC_TempMemoryReference::size |