12 #include <tee_internal_api.h> int pid
Definition: tees_extension.h:22
Client credentials structure. Used by TEES_GetClientCredentials().
Definition: tees_extension.h:21
int TEES_GetTaskDataSize(size_t *data_size)
Get used size of data memory of the current Trusted Application instance.
TEE_Result TEES_GetClientCredentials(struct TEES_ClientCredentials *credentials)
Get client credentials (pid, gid, uid)
void * TEES_DupIwshmem(void *address, uint32_t size)
Make long-life duplicate of an Interworld Shared memory buffer.
int gid
Definition: tees_extension.h:24
int uid
Definition: tees_extension.h:23
TEE_Result TEES_IsREESharedMemory(uint32_t accessFlags, const void *buffer, size_t size)
Check is buffer shared with REE.