Lines Matching full:signature_start
708 int signature_start = total_size - message.length - 1;709 temp.write(signature_start & 0xff);710 temp.write((signature_start >> 8) & 0xff);