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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DBlowfishConstants.java39 int BLOWFISH_BLOCK_SIZE = 8; // number of bytes field in interface:BlowfishConstants
H A DBlowfishParameters.java54 (BlowfishConstants.BLOWFISH_BLOCK_SIZE);
H A DBlowfishCipher.java66 BlowfishConstants.BLOWFISH_BLOCK_SIZE);
102 return BlowfishConstants.BLOWFISH_BLOCK_SIZE;
H A DBlowfishCrypt.java32 * decryption of a byte array of size <code>BLOWFISH_BLOCK_SIZE</code>.
54 return BLOWFISH_BLOCK_SIZE;

Completed in 716 milliseconds