Lines Matching refs:TeecContext
17 TEEC_Context TeecContext; in test_secure_storage_default() local
37 TeecResult = TEEC_InitializeContext(NULL, &TeecContext); in test_secure_storage_default()
53 TeecResult = TEEC_OpenSession(&TeecContext, in test_secure_storage_default()
70 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem0); in test_secure_storage_default()
85 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem1); in test_secure_storage_default()
118 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem2); in test_secure_storage_default()
150 TEEC_FinalizeContext(&TeecContext); in test_secure_storage_default()
159 TEEC_Context TeecContext; in test_secure_storage_security_partition() local
179 TeecResult = TEEC_InitializeContext(NULL, &TeecContext); in test_secure_storage_security_partition()
190 TeecResult = TEEC_OpenSession(&TeecContext, in test_secure_storage_security_partition()
207 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem0); in test_secure_storage_security_partition()
222 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem1); in test_secure_storage_security_partition()
255 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem2); in test_secure_storage_security_partition()
287 TEEC_FinalizeContext(&TeecContext); in test_secure_storage_security_partition()