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

/openjdk10/jdk/src/java.base/share/classes/com/sun/crypto/provider/
H A DBlowfishConstants.java40 int BLOWFISH_MAX_KEYSIZE = 56; // number of bytes field in interface:BlowfishConstants
H A DDHKeyAgreement.java381 if (keysize >= BlowfishConstants.BLOWFISH_MAX_KEYSIZE)
382 keysize = BlowfishConstants.BLOWFISH_MAX_KEYSIZE;
H A DBlowfishCrypt.java63 if (rawKey.length > BLOWFISH_MAX_KEYSIZE) {
/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/KeyWrap/
H A DTestCipherKeyWrapperTest.java64 private static final int BLOWFISH_MAX_KEYSIZE = 448; field in class:TestCipherKeyWrapperTest
186 while (kSize <= BLOWFISH_MAX_KEYSIZE) {

Completed in 48 milliseconds