TA-REF
TEEC_Parameter Union Reference

#include <tee_client_api.h>

+ Collaboration diagram for TEEC_Parameter:

Public Attributes

TEEC_TempMemoryReference tmpref
 
TEEC_RegisteredMemoryReference memref
 
TEEC_Value value
 

Detailed Description

union TEEC_Parameter - Memory container to be used when passing data between client application and trusted code.

Either the client uses a shared memory reference, parts of it or a small raw data container.

Parameters
tmprefA temporary memory reference only valid for the duration of the operation.
memrefThe entire shared memory or parts of it.
valueThe small raw data container to use

Member Data Documentation

◆ memref

TEEC_RegisteredMemoryReference TEEC_Parameter::memref

◆ tmpref

TEEC_TempMemoryReference TEEC_Parameter::tmpref

◆ value

TEEC_Value TEEC_Parameter::value

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