Searched refs:eocd (Results 1 – 1 of 1) sorted by relevance
182 const unsigned char* eocd = addr + length - eocd_size; in verify_file() local185 if (eocd[0] != 0x50 || eocd[1] != 0x4b || eocd[2] != 0x05 || eocd[3] != 0x06) { in verify_file()191 if (eocd[i] == 0x50 && eocd[i+1] == 0x4b && eocd[i+2] == 0x05 && eocd[i+3] == 0x06) { in verify_file()240 const uint8_t* signature = eocd + eocd_size - signature_start; in verify_file()