HomeSort by relevance Sort by last modified time
    Searched refs:fec_num_roots (Results 1 - 7 of 7) sorted by null

  /external/avb/libavb/
avb_hashtree_descriptor.h 74 uint32_t fec_num_roots; member in struct:AvbHashtreeDescriptor
avb_hashtree_descriptor.c 49 dest->fec_num_roots = avb_be32toh(dest->fec_num_roots);
  /external/u-boot/lib/libavb/
avb_hashtree_descriptor.h 55 uint32_t fec_num_roots; member in struct:AvbHashtreeDescriptor
avb_hashtree_descriptor.c 30 dest->fec_num_roots = avb_be32toh(dest->fec_num_roots);
  /external/avb/test/
avb_util_unittest.cc 186 h.fec_num_roots = htobe32(n32);
210 EXPECT_EQ(n32, s.fec_num_roots);
avbtool_unittest.cc     [all...]
  /external/avb/
avbtool     [all...]

Completed in 245 milliseconds