Searched refs:TV_P1 (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/Blowfish/
H A DBlowfishTestVector.java47 private static final byte[] TV_P1 = new byte[] { field in class:BlowfishTestVector
81 byte[] c1 = cipher.doFinal(TV_P1);
87 if (!Arrays.equals(p1, TV_P1))

Completed in 41 milliseconds