![]() |
mTower
|
#include <tee_client_api.h>
Data Fields | |
| 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 |
1.8.13