Lines Matching refs:encode
129 save_patch = update_bin_obj.name.encode("utf-8")
133 private_key = OPTIONS_MANAGER.private_key.encode("utf-8")
191 binascii.a2b_hex(digest.encode('utf-8')))
192 component_list[idx].file_path = file_path.encode("utf-8")
194 component_list[idx].component_addr = ('/%s' % component[0]).encode("utf-8")
196 component_list[idx].component_addr = ('%s' % component[0]).encode("utf-8")
197 component_list[idx].version = component[4].encode("utf-8")
242 head_list.product_update_id = head_value_list[1].encode("utf-8")
243 head_list.software_version = head_value_list[2].encode("utf-8")
244 head_list.date = head_value_list[3].encode("utf-8")
245 head_list.time = head_value_list[4].encode("utf-8")
246 head_list.describe_package_id = ctypes.c_char_p("update/info.bin".encode())
264 component_list[i].file_path = component.encode("utf-8")
266 (opera_script_dict[component]).encode("utf-8")
308 return signing_content.encode()