Searched refs:ZBI_FLAG_CRC32 (Results 1 – 4 of 4) sorted by relevance
42 } 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()
63 #define ZBI_FLAG_CRC32 (0x00020000) macro
433 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()
339 ((payload->hdr_kernel.flags & ZBI_FLAG_CRC32) in ValidateKernelZbi()
Completed in 16 milliseconds