Searched refs:obj_type (Results 1 – 5 of 5) sorted by relevance
/optee_test/host/xtest/gp/include/ |
A D | xml_datastorage_api.h | 204 uint32_t obj_type; member 1293 uint32_t obj_type, in Invoke_AllocateTransientObject() argument 1297 return Invoke_Simple_Function_v2(c, sess, cmd, obj_handle, 0, obj_type, in Invoke_AllocateTransientObject() 1319 saved_obj_info[0].obj_type = op.params[0].value.b; in Invoke_GetObjectInfo1() 1345 saved_obj_info[n].obj_type); \ 1651 saved_obj_info[n].obj_type = op.params[0].value.b; in Invoke_GetNextPersistentObject_All() 1686 ADBG_EXPECT(c, IN_ObjectType, saved_obj_info[n].obj_type); \
|
A D | xml_crypto_api.h | 909 uint32_t obj_type; member 989 saved_key_vals.obj_type = 0; in crypto_reset() 1293 uint32_t obj_type, uint32_t obj_size, in Invoke_Crypto_InitObjectWithKeys() argument 1339 op.params[0].value.a = obj_type; in Invoke_Crypto_InitObjectWithKeys() 1364 uint32_t cmd, uint32_t obj_type, in Invoke_Crypto_InitObjectWithKeysExt() argument 1373 return Invoke_Crypto_InitObjectWithKeys(c, s, cmd, obj_type, obj_size, in Invoke_Crypto_InitObjectWithKeysExt() 3515 uint32_t obj_type, in Invoke_AllocateTransientObject() argument 3519 return Invoke_Simple_Function_v2(c, s, cmd, oph, 0, obj_type, in Invoke_AllocateTransientObject()
|
/optee_test/host/xtest/ |
A D | xtest_helpers.h | 53 TEE_ObjectType obj_type, uint32_t max_obj_size,
|
A D | xtest_helpers.c | 75 TEE_ObjectType obj_type, in ta_crypt_cmd_allocate_transient_object() argument 83 op.params[0].value.a = obj_type; in ta_crypt_cmd_allocate_transient_object()
|
A D | regression_6000.c | 387 static TEEC_Result fs_alloc_obj(TEEC_Session *sess, uint32_t obj_type, in fs_alloc_obj() argument 394 op.params[0].value.a = obj_type; in fs_alloc_obj()
|
Completed in 21 milliseconds