Lines Matching refs:attribs_hdl
93 if (obj->attribs_hdl != TEE_HANDLE_NULL) in cleanup_volatile_obj_ref()
94 TEE_CloseObject(obj->attribs_hdl); in cleanup_volatile_obj_ref()
111 if (obj->attribs_hdl != TEE_HANDLE_NULL) in cleanup_persistent_object()
112 TEE_CloseObject(obj->attribs_hdl); in cleanup_persistent_object()
117 &obj->attribs_hdl); in cleanup_persistent_object()
119 TEE_CloseAndDeletePersistentObject1(obj->attribs_hdl); in cleanup_persistent_object()
121 obj->attribs_hdl = TEE_HANDLE_NULL; in cleanup_persistent_object()
182 obj->attribs_hdl = TEE_HANDLE_NULL; in create_obj_instance()
262 &obj->attribs_hdl); in create_object()
273 TEE_CloseObject(obj->attribs_hdl); in create_object()
274 obj->attribs_hdl = TEE_HANDLE_NULL; in create_object()