Searched defs:image_filename (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 745 def __init__(self, image_filename, read_only=False): 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 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 [all …]
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 648 def __init__(self, image_filename): argument 1963 def erase_footer(self, image_filename, keep_hashtree): argument 2005 def resize_image(self, image_filename, partition_size): argument 2089 def info_image(self, image_filename, output): argument 2139 def verify_image(self, image_filename, key_path, expected_chain_partitions): 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 3468 def generate_fec_data(image_filename, num_roots): argument
|