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 D | xml_common_api.h | 21 #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 D | tee_client_api.h | 518 void TEEC_ReleaseSharedMemory(TEEC_SharedMemory *sharedMemory);
|
| /OK3568_Linux_fs/u-boot/include/optee_include/ |
| H A D | tee_client_api.h | 500 void TEEC_ReleaseSharedMemory(TEEC_SharedMemory *sharedMemory);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/ |
| H A D | tee_client_api.h | 539 void TEEC_ReleaseSharedMemory(TEEC_SharedMemory *sharedMemory);
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/ |
| H A D | tee_client_api.h | 539 void TEEC_ReleaseSharedMemory(TEEC_SharedMemory *sharedMemory);
|