Lines Matching defs:self
65 def __init__(self, message): argument
86 def __init__(self, algorithm_type, hash_name, hash_num_bytes, argument
350 def __init__(self, key_path): argument
399 def encode(self): argument
425 def sign(self, algorithm_name, data_to_sign, signing_helper=None, argument
673 def __init__(self, chunk_type, chunk_offset, output_offset, output_size, argument
745 def __init__(self, image_filename, read_only=False): argument
762 def _read_header(self): argument
883 def _update_chunks_and_blocks(self): argument
896 def append_dont_care(self, num_bytes): argument
933 def append_raw(self, data): argument
969 def append_fill(self, fill_data, size): argument
1007 def seek(self, offset): argument
1020 def read(self, size): argument
1071 def tell(self): argument
1079 def truncate(self, size): argument
1167 def __init__(self, data): argument
1186 def print_desc(self, o): argument
1200 def encode(self): argument
1214 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1254 def __init__(self, data=None): argument
1285 def print_desc(self, o): argument
1303 def encode(self): argument
1320 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1385 def __init__(self, data=None): argument
1444 def _hashtree_digest_size(self): argument
1447 def print_desc(self, o): argument
1471 def encode(self): argument
1494 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1581 def __init__(self, data=None): argument
1628 def print_desc(self, o): argument
1642 def encode(self): argument
1662 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1719 def __init__(self, data=None): argument
1750 def print_desc(self, o): argument
1760 def encode(self): argument
1775 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1815 def __init__(self, data=None): argument
1852 def print_desc(self, o): argument
1866 def encode(self): argument
1884 def verify(self, image_dir, image_ext, expected_chain_partitions_map, argument
1984 def __init__(self, data=None): argument
2010 def encode(self): argument
2086 def __init__(self, data=None): argument
2139 def bump_required_libavb_version_minor(self, minor): argument
2151 def encode(self): argument
2188 def generate_test_image(self, output, image_size, start_byte): argument
2206 def extract_vbmeta_image(self, output, image_filename, padding_size): argument
2231 def erase_footer(self, image_filename, keep_hashtree): argument
2270 def zero_hashtree(self, image_filename): argument
2325 def resize_image(self, image_filename, partition_size): argument
2372 def set_ab_metadata(self, misc_image, slot_data): argument
2406 def info_image(self, image_filename, output, atx): argument
2490 def verify_image(self, image_filename, key_path, expected_chain_partitions, argument
2591 def print_partition_digests(self, image_filename, output, as_json): argument
2612 def _print_partition_digests(self, image_filename, output, json_partitions, argument
2652 def calculate_vbmeta_digest(self, image_filename, hash_algorithm, output): argument
2695 def calculate_kernel_cmdline(self, image_filename, hashtree_disabled, output): argument
2739 def _parse_image(self, image): argument
2781 def _load_vbmeta_blob(self, image): argument
2814 def _get_cmdline_descriptors_for_hashtree_descriptor(self, ht): argument
2879 def _get_cmdline_descriptors_for_dm_verity(self, image): argument
2907 def make_vbmeta_image(self, output, chain_partitions, algorithm_name, argument
2985 def _generate_vbmeta_blob(self, algorithm_name, key_path, argument
3238 def extract_public_key(self, key_path, output): argument
3250 def append_vbmeta_image(self, image_filename, vbmeta_image_filename, argument
3332 def add_hash_footer(self, image_filename, partition_size, argument
3547 def add_hashtree_footer(self, image_filename, partition_size, partition_name, argument
3825 def make_atx_certificate(self, output, authority_key_path, subject_key_path, argument
3881 def make_atx_permanent_attributes(self, output, root_authority_key_path, argument
3905 def make_atx_metadata(self, output, intermediate_key_certificate, argument
3934 def make_atx_unlock_credential(self, output, intermediate_key_certificate, argument
4162 def __init__(self): argument
4166 def _add_common_args(self, sub_parser): argument
4251 def _add_common_footer_args(self, sub_parser): argument
4270 def _fixup_common_args(self, args): argument
4283 def run(self, argv): argument
4740 def version(self, _): argument
4744 def generate_test_image(self, args): argument
4748 def extract_public_key(self, args): argument
4752 def make_vbmeta_image(self, args): argument
4770 def append_vbmeta_image(self, args): argument
4775 def add_hash_footer(self, args): argument
4800 def add_hashtree_footer(self, args): argument
4837 def erase_footer(self, args): argument
4841 def zero_hashtree(self, args): argument
4845 def extract_vbmeta_image(self, args): argument
4850 def resize_image(self, args): argument
4854 def set_ab_metadata(self, args): argument
4858 def info_image(self, args): argument
4862 def verify_image(self, args): argument
4869 def print_partition_digests(self, args): argument
4873 def calculate_vbmeta_digest(self, args): argument
4878 def calculate_kernel_cmdline(self, args): argument
4883 def make_atx_certificate(self, args): argument
4894 def make_atx_permanent_attributes(self, args): argument
4900 def make_atx_metadata(self, args): argument
4906 def make_atx_unlock_credential(self, args): argument