TA-REF
TEEC_TempMemoryReference Struct Reference

#include <tee_client_api.h>

Public Attributes

void * buffer
 
size_t size
 

Detailed Description

struct TEEC_TempMemoryReference - Temporary memory to transfer data between a client application and trusted code, only used for the duration of the operation.

Parameters
bufferThe memory buffer which is to be, or has been shared with the TEE.
sizeThe size, in bytes, of the memory buffer.

A memory buffer that is registered temporarily for the duration of the operation to be called.

Member Data Documentation

◆ buffer

void* TEEC_TempMemoryReference::buffer

◆ size

size_t TEEC_TempMemoryReference::size

The documentation for this struct was generated from the following file: