Searched refs:FOOTER_SIZE (Results 1 – 1 of 1) sorted by relevance
125 #define FOOTER_SIZE 6 in verify_file() macro128 if (length < FOOTER_SIZE) { in verify_file()133 uint8_t footer[FOOTER_SIZE]; in verify_file()134 if (!package->ReadFullyAtOffset(footer, FOOTER_SIZE, length - FOOTER_SIZE)) { in verify_file()155 if (signature_start <= FOOTER_SIZE) { in verify_file()247 size_t signature_size = signature_start - FOOTER_SIZE; in verify_file()