Home
last modified time | relevance | path

Searched refs:sharedMemory (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_common_api.h21 #define ALLOCATE_SHARED_MEMORY(context, sharedMemory, sharedMemorySize, \ argument
23 res = AllocateSharedMemory(context, sharedMemory, sharedMemorySize, \
27 memset(sharedMemory->buffer, 0, sharedMemorySize);
29 #define ALLOCATE_AND_FILL_SHARED_MEMORY(context, sharedMemory, \ argument
33 res = AllocateSharedMemory(context, sharedMemory, sharedMemorySize, \
37 memset(sharedMemory->buffer, 0, sharedMemorySize); \
39 memcpy(sharedMemory->buffer, data, copySize); \
46 sharedMemory, \ argument
50 op.params[parameterNumber].memref.parent = sharedMemory;
/OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/
H A Dtee_client_api.h518 void TEEC_ReleaseSharedMemory(TEEC_SharedMemory *sharedMemory);
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_client_api.h500 void TEEC_ReleaseSharedMemory(TEEC_SharedMemory *sharedMemory);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dtee_client_api.h539 void TEEC_ReleaseSharedMemory(TEEC_SharedMemory *sharedMemory);
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/
H A Dtee_client_api.h539 void TEEC_ReleaseSharedMemory(TEEC_SharedMemory *sharedMemory);