• Home
  • Raw
  • Download

Lines Matching defs:section

265     def _modify_section(self, section, delta, body_or_sig=False,  argument
304 def corrupt_section(self, section, corrupt_all=False): argument
310 def corrupt_section_body(self, section, corrupt_all=False): argument
316 def restore_section(self, section, restore_all=False): argument
322 def restore_section_body(self, section, restore_all=False): argument
328 def corrupt_firmware(self, section, corrupt_all=False): argument
334 def corrupt_firmware_body(self, section, corrupt_all=False): argument
341 def restore_firmware(self, section, restore_all=False): argument
347 def restore_firmware_body(self, section, restore_all=False): argument
431 def dump_section_body(self, section, filename): argument
436 def get_section_hash(self, section): argument
475 def get_section_sig_sha(self, section): argument
479 def get_section_sha(self, section): argument
483 def get_section_version(self, section): argument
487 def get_section_flags(self, section): argument
491 def get_section_datakey_version(self, section): argument
495 def get_section_kernel_subkey_version(self, section): argument
499 def get_section_body(self, section): argument
505 def has_section_body(self, section): argument
509 def get_section_sig(self, section): argument
515 def get_section_fwid(self, section): argument
521 def set_section_body(self, section, blob, write_through=False): argument
526 def set_section_sig(self, section, blob, write_through=False): argument
531 def set_section_fwid(self, section, blob, write_through=False): argument
547 def set_section_version(self, section, version, flags, argument