Home
last modified time | relevance | path

Searched refs:ZBI_FLAG_CRC32 (Results 1 – 4 of 4) sorted by relevance

/system/ulib/libzbi/
A Dzbi.c42 } else if ((hdr->flags & ZBI_FLAG_CRC32) == 0 && in for_each_check_entry()
71 } else if ((header->flags & ZBI_FLAG_CRC32) == 0 && in zbi_check_internal()
180 if (flags & ZBI_FLAG_CRC32) { in zbi_create_section()
/system/public/zircon/boot/
A Dimage.h63 #define ZBI_FLAG_CRC32 (0x00020000) macro
/system/host/zbi/
A Dzbi.cpp433 assert(header_.flags & ZBI_FLAG_CRC32); in Init()
1034 if (header_.flags & ZBI_FLAG_CRC32) { in Describe()
1430 ZBI_FLAG_VERSION | ZBI_FLAG_CRC32, // flags in NewHeader()
/system/uapp/disk-pave/
A Dpave-lib.cpp339 ((payload->hdr_kernel.flags & ZBI_FLAG_CRC32) in ValidateKernelZbi()

Completed in 16 milliseconds