HomeSort by relevance Sort by last modified time
    Searched defs:AvbDescriptor (Results 1 - 3 of 3) sorted by null

  /external/avb/libavb/
avb_descriptor.h 62 typedef struct AvbDescriptor {
65 } AVB_ATTR_PACKED AvbDescriptor;
73 const AvbDescriptor* src, AvbDescriptor* dest) AVB_ATTR_WARN_UNUSED_RESULT;
84 typedef bool AvbDescriptorForeachFunc(const AvbDescriptor* descriptor,
111 * AvbDescriptor pointers. Free with avb_free() when you are done with
115 * Note that each AvbDescriptor pointer in the array points into
122 const AvbDescriptor** avb_descriptor_get_all(const uint8_t* image_data,
  /external/u-boot/lib/libavb/
avb_descriptor.h 43 typedef struct AvbDescriptor {
46 } AVB_ATTR_PACKED AvbDescriptor;
54 const AvbDescriptor* src, AvbDescriptor* dest) AVB_ATTR_WARN_UNUSED_RESULT;
65 typedef bool AvbDescriptorForeachFunc(const AvbDescriptor* descriptor,
92 * AvbDescriptor pointers. Free with avb_free() when you are done with
96 * Note that each AvbDescriptor pointer in the array points into
103 const AvbDescriptor** avb_descriptor_get_all(const uint8_t* image_data,
  /external/avb/
avbtool     [all...]

Completed in 68 milliseconds