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 64 typedef struct AvbHashDescriptor {
73 } AVB_ATTR_PACKED AvbHashDescriptor;
80 bool avb_hash_descriptor_validate_and_byteswap(const AvbHashDescriptor* src,
81 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));
50 expected_size = sizeof(AvbHashDescriptor) - sizeof(AvbDescriptor);
avb_slot_verify.c 184 AvbHashDescriptor hash_desc;
202 (const AvbHashDescriptor*)descriptor, &hash_desc)) {
208 ((const uint8_t*)descriptor) + sizeof(AvbHashDescriptor);
    [all...]
  /external/avb/test/
avb_util_unittest.cc 244 AvbHashDescriptor h;
245 AvbHashDescriptor s;
246 AvbHashDescriptor bad;
250 nbf = 44 + sizeof(AvbHashDescriptor) - sizeof(AvbDescriptor);
avb_slot_verify_unittest.cc     [all...]
avbtool_unittest.cc 571 AvbHashDescriptor d;
575 reinterpret_cast<const AvbHashDescriptor*>(descriptors[0]), &d));
581 sizeof(AvbHashDescriptor);
    [all...]
  /external/avb/
avbtool     [all...]

Completed in 500 milliseconds