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

/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/Blowfish/
H A DBlowfishTestVector.java43 private static final byte[] TEST_KEY_1 = new byte[] { field in class:BlowfishTestVector
77 if (TEST_KEY_1.length*8 <= MAX_KEY_SIZE) {
78 SecretKey sKey = new SecretKeySpec(TEST_KEY_1, "Blowfish");

Completed in 75 milliseconds