Lines Matching refs:TeecOperation
23 TEEC_Operation TeecOperation = {0}; in test_secure_storage_default() local
41 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in test_secure_storage_default()
47 TeecOperation.params[0].value.a = 1; in test_secure_storage_default()
49 TeecOperation.params[0].value.a = 0; in test_secure_storage_default()
56 &TeecOperation, in test_secure_storage_default()
91 TeecOperation.params[0].tmpref.buffer = SharedMem0.buffer; in test_secure_storage_default()
92 TeecOperation.params[0].tmpref.size = SharedMem0.size; in test_secure_storage_default()
94 TeecOperation.params[1].tmpref.buffer = SharedMem1.buffer; in test_secure_storage_default()
95 TeecOperation.params[1].tmpref.size = SharedMem1.size; in test_secure_storage_default()
97 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in test_secure_storage_default()
104 &TeecOperation, in test_secure_storage_default()
122 TeecOperation.params[0].tmpref.buffer = SharedMem0.buffer; in test_secure_storage_default()
123 TeecOperation.params[0].tmpref.size = SharedMem0.size; in test_secure_storage_default()
125 TeecOperation.params[1].tmpref.buffer = SharedMem2.buffer; in test_secure_storage_default()
126 TeecOperation.params[1].tmpref.size = SharedMem2.size; in test_secure_storage_default()
130 &TeecOperation, in test_secure_storage_default()
163 TEEC_Operation TeecOperation = {0}; in test_secure_storage_security_partition() local
181 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in test_secure_storage_security_partition()
186 TeecOperation.params[0].value.a = 0;//use security partition in test_secure_storage_security_partition()
193 &TeecOperation, in test_secure_storage_security_partition()
228 TeecOperation.params[0].tmpref.buffer = SharedMem0.buffer; in test_secure_storage_security_partition()
229 TeecOperation.params[0].tmpref.size = SharedMem0.size; in test_secure_storage_security_partition()
231 TeecOperation.params[1].tmpref.buffer = SharedMem1.buffer; in test_secure_storage_security_partition()
232 TeecOperation.params[1].tmpref.size = SharedMem1.size; in test_secure_storage_security_partition()
234 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in test_secure_storage_security_partition()
241 &TeecOperation, in test_secure_storage_security_partition()
259 TeecOperation.params[0].tmpref.buffer = SharedMem0.buffer; in test_secure_storage_security_partition()
260 TeecOperation.params[0].tmpref.size = SharedMem0.size; in test_secure_storage_security_partition()
262 TeecOperation.params[1].tmpref.buffer = SharedMem2.buffer; in test_secure_storage_security_partition()
263 TeecOperation.params[1].tmpref.size = SharedMem2.size; in test_secure_storage_security_partition()
267 &TeecOperation, in test_secure_storage_security_partition()