Searched refs:AvbFooter (Results 1 – 9 of 9) sorted by relevance
53 typedef struct AvbFooter { struct74 } AVB_ATTR_PACKED AvbFooter; argument79 bool avb_footer_validate_and_byteswap(const AvbFooter* src, AvbFooter* dest)
28 bool avb_footer_validate_and_byteswap(const AvbFooter* src, AvbFooter* dest) { in avb_footer_validate_and_byteswap()29 avb_memcpy(dest, src, sizeof(AvbFooter)); in avb_footer_validate_and_byteswap()
643 AvbFooter footer; in load_and_verify_vbmeta()661 if (!avb_footer_validate_and_byteswap((const AvbFooter*)footer_buf, in load_and_verify_vbmeta()
1952 class AvbFooter(object): class2363 footer_blob_with_padding = (b'\0' * (image.block_size - AvbFooter.SIZE) +2754 image.seek(image.image_size - AvbFooter.SIZE)2756 footer = AvbFooter(image.read(AvbFooter.SIZE))2789 image.seek(image.image_size - AvbFooter.SIZE)2791 footer = AvbFooter(image.read(AvbFooter.SIZE))3257 if image.image_size >= AvbFooter.SIZE:3258 image.seek(image.image_size - AvbFooter.SIZE)3260 footer = AvbFooter(image.read(AvbFooter.SIZE))3304 footer = AvbFooter()[all …]
68 AvbFooter h; in TEST_F()69 AvbFooter s; in TEST_F()70 AvbFooter other; in TEST_F()71 AvbFooter bad; in TEST_F()
600 AvbFooter f; in AddHashFooterTest()603 reinterpret_cast<const AvbFooter*>( in AddHashFooterTest()1145 AvbFooter f; in AddHashtreeFooterTest()1148 reinterpret_cast<const AvbFooter*>( in AddHashtreeFooterTest()1440 AvbFooter f; in AddHashtreeFooterFECTest()1443 reinterpret_cast<const AvbFooter*>( in AddHashtreeFooterFECTest()
70 AvbFooter footer; in load_top_level_vbmeta_header()