Searched refs:image_data (Results 1 – 11 of 11) sorted by relevance
| /openbmc/u-boot/lib/libavb/ |
| H A D | avb_descriptor.c | 22 bool avb_descriptor_foreach(const uint8_t* image_data, in avb_descriptor_foreach() argument 33 if (image_data == NULL) { in avb_descriptor_foreach() 49 if (avb_memcmp(image_data, AVB_MAGIC, AVB_MAGIC_LEN) != 0) { in avb_descriptor_foreach() 55 avb_assert_aligned(image_data); in avb_descriptor_foreach() 56 header = (const AvbVBMetaImageHeader*)image_data; in avb_descriptor_foreach() 57 image_end = image_data + image_size; in avb_descriptor_foreach() 59 desc_start = image_data + sizeof(AvbVBMetaImageHeader) + in avb_descriptor_foreach() 65 if (desc_start < image_data || desc_start > image_end || in avb_descriptor_foreach() 66 desc_end < image_data || desc_end > image_end || desc_end < desc_start) { in avb_descriptor_foreach() 118 const AvbDescriptor** avb_descriptor_get_all(const uint8_t* image_data, in avb_descriptor_get_all() argument [all …]
|
| H A D | avb_property_descriptor.c | 88 const char* avb_property_lookup(const uint8_t* image_data, in avb_property_lookup() argument 103 image_data, image_size, property_lookup_desc_foreach, &data) == 0) { in avb_property_lookup() 116 bool avb_property_lookup_uint64(const uint8_t* image_data, in avb_property_lookup_uint64() argument 127 value = avb_property_lookup(image_data, image_size, key, key_size, NULL); in avb_property_lookup_uint64()
|
| H A D | avb_property_descriptor.h | 64 const char* avb_property_lookup(const uint8_t* image_data, 77 bool avb_property_lookup_uint64(const uint8_t* image_data,
|
| H A D | avb_descriptor.h | 84 bool avb_descriptor_foreach(const uint8_t* image_data, 103 const AvbDescriptor** avb_descriptor_get_all(const uint8_t* image_data,
|
| /openbmc/u-boot/common/ |
| H A D | image-fdt.c | 269 ulong image_start, image_data, image_end; in boot_get_fdt() local 362 image_data = (ulong)image_get_data(fdt_hdr); in boot_get_fdt() 369 load == image_data) { in boot_get_fdt() 380 image_data, load); in boot_get_fdt() 383 (void *)image_data, in boot_get_fdt()
|
| /openbmc/openbmc-test-automation/extended/ |
| H A D | test_bmc_upload_stability.robot | 56 ${image_data}= OperatingSystem.Get Binary File dummyfile 62 ${data}= Create Dictionary data=${image_data}
|
| /openbmc/openbmc-test-automation/redfish/update_service/ |
| H A D | test_redfish_image_upload.robot | 144 ${image_data}= OperatingSystem.Get Binary File ${image_file_path} 149 ... data=${image_data}
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | code_update_utils.robot | 174 ${image_data}= OperatingSystem.Get Binary File ${image_file_path} 178 ... Upload Image To BMC ${uri} timeout=${240} data=${image_data} 225 ${image_data}= OperatingSystem.Get Binary File ${image_file_path} 228 ... Upload Image To BMC /upload/image timeout=${90} data=${image_data}
|
| H A D | os_utilities.robot | 144 ${image_data}= OperatingSystem.Get Binary File dummyfile 150 ${data}= Create Dictionary data ${image_data}
|
| /openbmc/openbmc-test-automation/security/ |
| H A D | test_bmc_connections.robot | 405 ${image_data}= OperatingSystem.Get Binary File 100-file 408 ${kwargs}= Create Dictionary data=${image_data}
|
| /openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
| H A D | test_savearea_management.robot | 431 ${image_data}= OperatingSystem.Get Binary File ${path}${conf_file} 434 ${kwargs}= Create Dictionary data=${image_data}
|