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

  /external/avb/libavb/
avb_hash_descriptor.h 50 typedef struct AvbHashDescriptor {
58 } AVB_ATTR_PACKED AvbHashDescriptor;
65 bool avb_hash_descriptor_validate_and_byteswap(const AvbHashDescriptor* src,
66 AvbHashDescriptor* dest)
avb_hash_descriptor.c 28 bool avb_hash_descriptor_validate_and_byteswap(const AvbHashDescriptor* src,
29 AvbHashDescriptor* dest) {
32 avb_memcpy(dest, src, sizeof(AvbHashDescriptor));
49 expected_size = sizeof(AvbHashDescriptor) - sizeof(AvbDescriptor);
avb_slot_verify.c 79 AvbHashDescriptor hash_desc;
94 (const AvbHashDescriptor*)descriptor, &hash_desc)) {
100 ((const uint8_t*)descriptor) + sizeof(AvbHashDescriptor);
    [all...]
  /external/avb/test/
avb_util_unittest.cc 243 AvbHashDescriptor h;
244 AvbHashDescriptor s;
245 AvbHashDescriptor bad;
249 nbf = 44 + sizeof(AvbHashDescriptor) - sizeof(AvbDescriptor);
avb_slot_verify_unittest.cc 744 AvbHashDescriptor hash_desc;
747 ((AvbHashDescriptor*)descriptors[0]), &hash_desc));
749 sizeof(AvbHashDescriptor);
    [all...]
avbtool_unittest.cc 569 AvbHashDescriptor d;
573 reinterpret_cast<const AvbHashDescriptor*>(descriptors[0]), &d));
579 sizeof(AvbHashDescriptor);
    [all...]
  /external/avb/
avbtool     [all...]

Completed in 201 milliseconds