Searched refs:fec_num_roots (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A D | avb_hashtree_descriptor.c | 49 dest->fec_num_roots = avb_be32toh(dest->fec_num_roots); in avb_hashtree_descriptor_validate_and_byteswap()
|
| /OK3568_Linux_fs/u-boot/include/android_avb/ |
| H A D | avb_hashtree_descriptor.h | 76 uint32_t fec_num_roots; member
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 1240 self.hash_block_size, self.fec_num_roots, self.fec_offset, self.fec_size, 1271 self.fec_num_roots = 0 1295 o.write(' FEC num roots: {}\n'.format(self.fec_num_roots)) 1320 self.hash_block_size, self.fec_num_roots, 2305 if ht.fec_num_roots > 0: 2310 c += ' fec_roots {}'.format(ht.fec_num_roots) 2979 generate_fec, fec_num_roots, hash_algorithm, argument 3059 max_fec_size = calc_fec_data_size(partition_size, fec_num_roots) 3166 fec_data = generate_fec_data(image_filename, fec_num_roots) 3174 ht_desc.fec_num_roots = fec_num_roots [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 1400 self.hash_block_size, self.fec_num_roots, self.fec_offset, self.fec_size, 1435 self.fec_num_roots = 0 1462 o.write(' FEC num roots: {}\n'.format(self.fec_num_roots)) 1486 self.hash_block_size, self.fec_num_roots, 2839 if ht.fec_num_roots > 0: 2848 c += ' fec_roots {}'.format(ht.fec_num_roots) 3548 generate_fec, fec_num_roots, hash_algorithm, argument 3640 max_fec_size = calc_fec_data_size(partition_size, fec_num_roots) 3764 fec_data = generate_fec_data(image_filename, fec_num_roots) 3772 ht_desc.fec_num_roots = fec_num_roots [all …]
|