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 = 1; in test_secure_storage_default()
51 TeecOperation.params[0].value.a = 0; in test_secure_storage_default()
58 &TeecOperation, in test_secure_storage_default()
93 TeecOperation.params[0].tmpref.buffer = SharedMem0.buffer; in test_secure_storage_default()
94 TeecOperation.params[0].tmpref.size = SharedMem0.size; in test_secure_storage_default()
96 TeecOperation.params[1].tmpref.buffer = SharedMem1.buffer; in test_secure_storage_default()
97 TeecOperation.params[1].tmpref.size = SharedMem1.size; in test_secure_storage_default()
99 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in test_secure_storage_default()
106 &TeecOperation, in test_secure_storage_default()
124 TeecOperation.params[0].tmpref.buffer = SharedMem0.buffer; in test_secure_storage_default()
125 TeecOperation.params[0].tmpref.size = SharedMem0.size; in test_secure_storage_default()
127 TeecOperation.params[1].tmpref.buffer = SharedMem2.buffer; in test_secure_storage_default()
128 TeecOperation.params[1].tmpref.size = SharedMem2.size; in test_secure_storage_default()
132 &TeecOperation, in test_secure_storage_default()
165 TEEC_Operation TeecOperation = {0}; in test_secure_storage_security_partition() local
183 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, in test_secure_storage_security_partition()
188 TeecOperation.params[0].value.a = 0;//use security partition in test_secure_storage_security_partition()
195 &TeecOperation, in test_secure_storage_security_partition()
230 TeecOperation.params[0].tmpref.buffer = SharedMem0.buffer; in test_secure_storage_security_partition()
231 TeecOperation.params[0].tmpref.size = SharedMem0.size; in test_secure_storage_security_partition()
233 TeecOperation.params[1].tmpref.buffer = SharedMem1.buffer; in test_secure_storage_security_partition()
234 TeecOperation.params[1].tmpref.size = SharedMem1.size; in test_secure_storage_security_partition()
236 TeecOperation.paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, in test_secure_storage_security_partition()
243 &TeecOperation, in test_secure_storage_security_partition()
261 TeecOperation.params[0].tmpref.buffer = SharedMem0.buffer; in test_secure_storage_security_partition()
262 TeecOperation.params[0].tmpref.size = SharedMem0.size; in test_secure_storage_security_partition()
264 TeecOperation.params[1].tmpref.buffer = SharedMem2.buffer; in test_secure_storage_security_partition()
265 TeecOperation.params[1].tmpref.size = SharedMem2.size; in test_secure_storage_security_partition()
269 &TeecOperation, in test_secure_storage_security_partition()