Lines Matching refs:signature
321 if (EnsureRemaining(4, "signature") < 0) {
324 u4 signature = get_u4le(p);
325 if (signature == LOCAL_FILE_HEADER_SIGNATURE) {
330 error("local file header signature for file %s not found\n", filename);
410 // Skip the data descriptor. Some implementations do not put the signature
411 // here, so check if the next 4 bytes are a signature, and if so, skip the
414 u4 signature = get_u4le(p);
415 if (signature == DATA_DESCRIPTOR_SIGNATURE) {
555 // that has a signature, so parsing it this way is safe.
559 u4 signature = get_u4le(p);
560 if (signature != CENTRAL_FILE_HEADER_SIGNATURE) {
665 get_u4le(current); // central directory locator signature, already checked
1008 // Digital signature field size = 6, End of central directory = 22, Total = 28