Lines Matching defs:section
245 def get_preamble_flags(self, section): argument
253 def set_preamble_flags(self, section, flags): argument
263 def get_body_sha(self, section): argument
271 def get_sig_sha(self, section): argument
279 def get_section_fwid(self, section=None): argument
287 def get_sig_one_byte(self, section): argument
295 def modify_sig(self, section, offset, value): argument
304 def get_body_one_byte(self, section): argument
312 def modify_body(self, section, offset, value): argument
329 def get_version(self, section): argument
333 def set_version(self, section, version): argument
343 def get_datakey_version(self, section): argument
347 def get_kernel_subkey_version(self, section): argument
554 def corrupt_body(self, section): argument
645 def corrupt_sig(self, section): argument
652 def restore_sig(self, section): argument
659 def _modify_version(self, section, delta): argument
671 def move_version_backward(self, section): argument
675 def move_version_forward(self, section): argument
679 def get_version(self, section): argument
683 def get_datakey_version(self, section): argument
705 def resign_with_keys(self, section, key_path=None): argument
709 def dump(self, section, kernel_path): argument
717 def write(self, section, kernel_path): argument
725 def get_sha(self, section): argument
750 def verify_rootfs(self, section): argument
1088 def get_section_fwid(self, target='bios', section=None): argument