|
TA-REF
|
#include <tee_client_api.h>
Collaboration diagram for TEEC_Parameter:Public Attributes | |
| TEEC_TempMemoryReference | tmpref |
| TEEC_RegisteredMemoryReference | memref |
| TEEC_Value | value |
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.
| tmpref | A temporary memory reference only valid for the duration of the operation. |
| memref | The entire shared memory or parts of it. |
| value | The small raw data container to use |
| TEEC_RegisteredMemoryReference TEEC_Parameter::memref |
| TEEC_TempMemoryReference TEEC_Parameter::tmpref |
| TEEC_Value TEEC_Parameter::value |