Home
last modified time | relevance | path

Searched refs:obj (Results 1 – 5 of 5) sorted by relevance

/optee_test/host/xtest/
A Dregression_6000.c455 uint32_t obj = 0; in check_storage_available() local
558 uint32_t obj = 0; in test_truncate_file_length() local
627 uint32_t obj = 0; in test_extend_file_length() local
701 uint32_t obj = 0; in test_file_hole() local
785 uint32_t obj = 0; in xtest_tee_test_6001_single() local
2152 &obj, in xtest_tee_test_6020_single()
2167 &obj, in xtest_tee_test_6020_single()
2202 &obj, in xtest_tee_test_6020_single()
2214 &obj, in xtest_tee_test_6020_single()
2230 &obj, in xtest_tee_test_6020_single()
[all …]
/optee_test/ta/storage/
A Dstorage.c351 TEE_ObjectInfo *obj = NULL; in ta_storage_cmd_next_enum() local
365 obj = NULL; in ta_storage_cmd_next_enum()
373 obj = TEE_Malloc(sizeof(TEE_ObjectInfo), 0); in ta_storage_cmd_next_enum()
374 if (!obj) in ta_storage_cmd_next_enum()
385 res = TEE_GetNextPersistentObject(oe, obj, b2, &params[2].memref.size); in ta_storage_cmd_next_enum()
390 if (obj) in ta_storage_cmd_next_enum()
391 TEE_MemMove(params[1].memref.buffer, obj, sizeof(*obj)); in ta_storage_cmd_next_enum()
394 TEE_Free(obj); in ta_storage_cmd_next_enum()
/optee_test/host/xtest/gp/include/
A Dxml_datastorage_api.h1741 uint32_t obj, in GetObjectValueAttribute_helper() argument
1750 op.params[0].value.a = obj; in GetObjectValueAttribute_helper()
1773 uint32_t n, uint32_t obj, uint32_t attr_id) in get_value_attr() argument
1777 obj, attr_id, true, true); in get_value_attr()
1785 obj, attr_id, false, in get_buffer_attr()
1790 uint32_t obj, const uint32_t attr_ids[], in GetAttributes_helper() argument
1809 uint32_t obj) in Macro_GetDHAttributes() argument
1817 return GetAttributes_helper(c, sess, obj, attrs, in Macro_GetDHAttributes()
1827 uint32_t cmd, uint32_t obj, in Invoke_GetObjectValueAttribute() argument
1837 uint32_t obj) in Macro_GetRSAAttributes() argument
[all …]
A Dxml_common_api.h216 uint32_t cmd, uint32_t obj, in GetObjectBufferAttribute_helper() argument
243 op.params[0].value.a = obj; in GetObjectBufferAttribute_helper()
268 uint32_t cmd, uint32_t obj, uint32_t attr_id, in Invoke_GetObjectBufferAttribute() argument
271 return GetObjectBufferAttribute_helper(c, sess, 0, cmd, obj, attr_id, in Invoke_GetObjectBufferAttribute()
/optee_test/
A D.gitignore20 /obj

Completed in 32 milliseconds