Home
last modified time | relevance | path

Searched refs:fec_num_roots (Results 1 – 6 of 6) sorted by relevance

/external/avb/libavb/
Davb_hashtree_descriptor.c49 dest->fec_num_roots = avb_be32toh(dest->fec_num_roots); in avb_hashtree_descriptor_validate_and_byteswap()
Davb_hashtree_descriptor.h60 uint32_t fec_num_roots; member
/external/avb/
Davbtool1232 self.hash_block_size, self.fec_num_roots, self.fec_offset, self.fec_size,
1262 self.fec_num_roots = 0
1285 o.write(' FEC num roots: {}\n'.format(self.fec_num_roots))
1309 self.hash_block_size, self.fec_num_roots,
2286 if ht.fec_num_roots > 0:
2291 c += ' fec_roots {}'.format(ht.fec_num_roots)
2909 generate_fec, fec_num_roots, hash_algorithm, argument
2984 max_fec_size = calc_fec_data_size(partition_size, fec_num_roots)
3084 fec_data = generate_fec_data(image_filename, fec_num_roots)
3092 ht_desc.fec_num_roots = fec_num_roots
[all …]
DREADME.md342 [--do_not_generate_fec] [--fec_num_roots FEC_NUM_ROOTS] \
/external/avb/test/
Davb_util_unittest.cc184 h.fec_num_roots = htobe32(n32); in TEST_F()
208 EXPECT_EQ(n32, s.fec_num_roots); in TEST_F()
Davbtool_unittest.cc1147 EXPECT_EQ(2UL, d.fec_num_roots); in AddHashtreeFooterFECTest()