TA-REF
TEEC_RegisteredMemoryReference Struct Reference

#include <tee_client_api.h>

+ Collaboration diagram for TEEC_RegisteredMemoryReference:

Public Attributes

TEEC_SharedMemoryparent
 
size_t size
 
size_t offset
 

Detailed Description

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.

Parameters
parentPoints to a shared memory structure. The memory reference may utilize the whole shared memory or only a part of it. Must not be NULL
sizeThe size, in bytes, of the memory buffer.
offsetThe offset, in bytes, of the referenced memory region from the start of the shared memory block.

Member Data Documentation

◆ offset

size_t TEEC_RegisteredMemoryReference::offset

◆ parent

TEEC_SharedMemory* TEEC_RegisteredMemoryReference::parent

◆ size

size_t TEEC_RegisteredMemoryReference::size

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