Lines Matching defs:self

61   def __init__(self, message):  argument
83 def __init__(self, algorithm_type, hash_name, hash_num_bytes, argument
348 def __init__(self, key_path): argument
577 def __init__(self, chunk_type, chunk_offset, output_offset, output_size, argument
648 def __init__(self, image_filename): argument
660 def _read_header(self): argument
778 def _update_chunks_and_blocks(self): argument
791 def append_dont_care(self, num_bytes): argument
822 def append_raw(self, data): argument
852 def append_fill(self, fill_data, size): argument
884 def seek(self, offset): argument
894 def read(self, size): argument
946 def tell(self): argument
954 def truncate(self, size): argument
1037 def __init__(self, data): argument
1056 def print_desc(self, o): argument
1070 def encode(self): argument
1084 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1115 def __init__(self, data=None): argument
1142 def print_desc(self, o): argument
1153 def encode(self): argument
1168 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1225 def __init__(self, data=None): argument
1280 def print_desc(self, o): argument
1306 def encode(self): argument
1328 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1401 def __init__(self, data=None): argument
1445 def print_desc(self, o): argument
1461 def encode(self): argument
1480 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1529 def __init__(self, data=None): argument
1558 def print_desc(self, o): argument
1569 def encode(self): argument
1585 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1620 def __init__(self, data=None): argument
1654 def print_desc(self, o): argument
1668 def encode(self): argument
1686 def verify(self, image_dir, image_ext, expected_chain_partitions_map): argument
1782 def __init__(self, data=None): argument
1808 def encode(self): argument
1849 def __init__(self, data=None): argument
1899 def bump_required_libavb_version_minor(self, minor): argument
1911 def save(self, output): argument
1927 def encode(self): argument
1963 def erase_footer(self, image_filename, keep_hashtree): argument
2005 def resize_image(self, image_filename, partition_size): argument
2055 def set_ab_metadata(self, misc_image, slot_data): argument
2089 def info_image(self, image_filename, output): argument
2139 def verify_image(self, image_filename, key_path, expected_chain_partitions): argument
2207 def _parse_image(self, image): argument
2246 def _load_vbmeta_blob(self, image): argument
2279 def _get_cmdline_descriptors_for_hashtree_descriptor(self, ht): argument
2337 def _get_cmdline_descriptors_for_dm_verity(self, image): argument
2366 def make_vbmeta_image(self, output, chain_partitions, algorithm_name, argument
2441 def _generate_vbmeta_blob(self, algorithm_name, key_path, argument
2690 def extract_public_key(self, key_path, output): argument
2699 def append_vbmeta_image(self, image_filename, vbmeta_image_filename, argument
2781 def add_hash_footer(self, image_filename, partition_size, partition_name, argument
2978 def add_hashtree_footer(self, image_filename, partition_size, partition_name, argument
3225 def make_atx_certificate(self, output, authority_key_path, subject_key_path, argument
3285 def make_atx_permanent_attributes(self, output, root_authority_key_path, argument
3309 def make_atx_metadata(self, output, intermediate_key_certificate, argument
3338 def make_atx_unlock_credential(self, output, intermediate_key_certificate, argument
3560 def __init__(self): argument
3564 def _add_common_args(self, sub_parser): argument
3645 def _add_common_footer_args(self, sub_parser): argument
3664 def _fixup_common_args(self, args): argument
3677 def run(self, argv): argument
4009 def version(self, _): argument
4013 def extract_public_key(self, args): argument
4017 def make_vbmeta_image(self, args): argument
4034 def append_vbmeta_image(self, args): argument
4039 def add_hash_footer(self, args): argument
4063 def add_hashtree_footer(self, args): argument
4096 def erase_footer(self, args): argument
4100 def resize_image(self, args): argument
4104 def set_ab_metadata(self, args): argument
4108 def info_image(self, args): argument
4112 def verify_image(self, args): argument
4117 def make_atx_certificate(self, args): argument
4128 def make_atx_permanent_attributes(self, args): argument
4134 def make_atx_metadata(self, args): argument
4140 def make_atx_unlock_credential(self, args): argument