Home
last modified time | relevance | path

Searched refs:obj_enum (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dutee_syscalls.h187 TEE_Result _utee_storage_alloc_enum(uint32_t *obj_enum);
191 TEE_Result _utee_storage_free_enum(unsigned long obj_enum);
194 TEE_Result _utee_storage_reset_enum(unsigned long obj_enum);
197 TEE_Result _utee_storage_start_enum(unsigned long obj_enum,
201 TEE_Result _utee_storage_next_enum(unsigned long obj_enum, TEE_ObjectInfo *info,
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dutee_syscalls.h207 TEE_Result utee_storage_alloc_enum(uint32_t *obj_enum);
211 TEE_Result utee_storage_free_enum(unsigned long obj_enum);
214 TEE_Result utee_storage_reset_enum(unsigned long obj_enum);
217 TEE_Result utee_storage_start_enum(unsigned long obj_enum,
221 TEE_Result utee_storage_next_enum(unsigned long obj_enum, TEE_ObjectInfo *info,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dutee_syscalls.h187 TEE_Result _utee_storage_alloc_enum(uint32_t *obj_enum);
191 TEE_Result _utee_storage_free_enum(unsigned long obj_enum);
194 TEE_Result _utee_storage_reset_enum(unsigned long obj_enum);
197 TEE_Result _utee_storage_start_enum(unsigned long obj_enum,
201 TEE_Result _utee_storage_next_enum(unsigned long obj_enum, TEE_ObjectInfo *info,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dutee_syscalls.h187 TEE_Result _utee_storage_alloc_enum(uint32_t *obj_enum);
191 TEE_Result _utee_storage_free_enum(unsigned long obj_enum);
194 TEE_Result _utee_storage_reset_enum(unsigned long obj_enum);
197 TEE_Result _utee_storage_start_enum(unsigned long obj_enum,
201 TEE_Result _utee_storage_next_enum(unsigned long obj_enum, TEE_ObjectInfo *info,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dutee_syscalls.h187 TEE_Result _utee_storage_alloc_enum(uint32_t *obj_enum);
191 TEE_Result _utee_storage_free_enum(unsigned long obj_enum);
194 TEE_Result _utee_storage_reset_enum(unsigned long obj_enum);
197 TEE_Result _utee_storage_start_enum(unsigned long obj_enum,
201 TEE_Result _utee_storage_next_enum(unsigned long obj_enum, TEE_ObjectInfo *info,
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dutee_syscalls.h207 TEE_Result utee_storage_alloc_enum(uint32_t *obj_enum);
211 TEE_Result utee_storage_free_enum(unsigned long obj_enum);
214 TEE_Result utee_storage_reset_enum(unsigned long obj_enum);
217 TEE_Result utee_storage_start_enum(unsigned long obj_enum,
221 TEE_Result utee_storage_next_enum(unsigned long obj_enum, TEE_ObjectInfo *info,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_datastorage_api.h1580 uint32_t obj_enum) in Invoke_AllocatePersistentObjectEnumerator() argument
1582 return Invoke_Simple_Function_v1(c, sess, cmd, obj_enum, 0); in Invoke_AllocatePersistentObjectEnumerator()
1588 uint32_t obj_enum, in Invoke_StartPersistentObjectEnumerator() argument
1591 return Invoke_Simple_Function_v1(c, sess, cmd, obj_enum, storage_id); in Invoke_StartPersistentObjectEnumerator()
1597 uint32_t obj_enum) in Invoke_ResetPersistentObjectEnumerator() argument
1599 return Invoke_Simple_Function_v1(c, sess, cmd, obj_enum, 0); in Invoke_ResetPersistentObjectEnumerator()
1604 uint32_t obj_enum, in Invoke_GetNextPersistentObject_All() argument
1625 op.params[0].value.a = obj_enum; in Invoke_GetNextPersistentObject_All()
1697 uint32_t cmd, uint32_t obj_enum, in Invoke_GetNextPersistentObject_ErrorChecking() argument
1702 return Invoke_Simple_Function_v2(c, sess, cmd, obj_enum, obj_info, in Invoke_GetNextPersistentObject_ErrorChecking()
[all …]