Home | History | Annotate | Download | only in bsdiff

Lines Matching refs:SIGNATURE

39   private static final String SIGNATURE = "ENDSLEY/BSDIFF43";
172 Assert.fail("Read patch with bad signature");
176 Assert.assertEquals("bad signature", actual);
185 SIGNATURE,
208 SIGNATURE,
231 SIGNATURE,
255 SIGNATURE,
278 SIGNATURE,
301 SIGNATURE,
324 SIGNATURE,
350 SIGNATURE,
374 SIGNATURE,
398 SIGNATURE,
423 Assert.fail("Read patch with truncated signature");
427 Assert.assertEquals("truncated signature", actual);
714 * Create an arbitrary patch that consists of a signature, a length, and a directive sequence.
716 * @param signature the signature to use
726 String signature,
734 out.write(signature.getBytes("US-ASCII"));