Lines Matching defs:section
418 def _get_subsection_name(self, section, body_or_sig): argument
439 def get_firmware_sig_one_byte(self, section): argument
444 def get_firmware_body_one_byte(self, section): argument
461 def modify_firmware_sig(self, section, offset, value): argument
466 def modify_firmware_body(self, section, offset, value): argument
471 def corrupt_firmware_body(self, section): argument
563 def dump_section_body(self, section, filename): argument
568 def get_section_hash(self, section): argument
668 def get_section_sig_sha(self, section): argument
672 def get_section_sha(self, section): argument
676 def get_section_version(self, section): argument
680 def get_section_flags(self, section): argument
684 def get_section_datakey_version(self, section): argument
688 def get_section_kernel_subkey_version(self, section): argument
692 def get_section_body(self, section): argument
698 def has_section_body(self, section): argument
702 def get_section_sig(self, section): argument
708 def get_section_fwid(self, section, strip_null=True): argument
729 def set_section_body(self, section, blob, write_through=False): argument
734 def set_section_sig(self, section, blob, write_through=False): argument
739 def set_section_fwid(self, section, blob, write_through=False): argument
755 def set_section_version(self, section, version, flags, argument
800 def _modify_section_fwid(self, section): argument
840 def _strip_section_fwid(self, section, write_through=True): argument