Samsung Internal API reference  2.0
tees_extension.h File Reference

Samsung's extension of TEE internal API. More...

Go to the source code of this file.

Data Structures

struct  TEES_ClientCredentials
 Client credentials structure. Used by TEES_GetClientCredentials(). More...
 

Functions

int TEES_GetTaskDataSize (size_t *data_size)
 Get used size of data memory of the current Trusted Application instance. More...
 
void * TEES_DupIwshmem (void *address, uint32_t size)
 Make long-life duplicate of an Interworld Shared memory buffer. More...
 
TEE_Result TEES_IsREESharedMemory (uint32_t accessFlags, const void *buffer, size_t size)
 Check is buffer shared with REE. More...
 
TEE_Result TEES_GetClientCredentials (struct TEES_ClientCredentials *credentials)
 Get client credentials (pid, gid, uid) More...
 

Detailed Description

Samsung's extension of TEE internal API.