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()
51 TeecResult = TEEC_OpenSession(&TeecContext, in test_secure_storage_default()
68 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem0); in test_secure_storage_default()
83 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem1); in test_secure_storage_default()
116 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem2); in test_secure_storage_default()
148 TEEC_FinalizeContext(&TeecContext); in test_secure_storage_default()
157 TEEC_Context TeecContext; in test_secure_storage_security_partition() local
177 TeecResult = TEEC_InitializeContext(NULL, &TeecContext); in test_secure_storage_security_partition()
188 TeecResult = TEEC_OpenSession(&TeecContext, in test_secure_storage_security_partition()
205 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem0); in test_secure_storage_security_partition()
220 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem1); in test_secure_storage_security_partition()
253 TeecResult = TEEC_AllocateSharedMemory(&TeecContext, &SharedMem2); in test_secure_storage_security_partition()
285 TEEC_FinalizeContext(&TeecContext); in test_secure_storage_security_partition()