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

/openjdk7/jdk/test/java/lang/ref/SoftReference/
H A DBash.java53 final static int BLOCK_SIZE = 32768; field in class:Bash
59 TestReference ref = new TestReference(new byte[BLOCK_SIZE]);
H A DPin.java38 final static int BLOCK_SIZE = 32768; field in class:Pin
48 BLOCK_SIZE + " bytes.");
51 block = new byte[BLOCK_SIZE];
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/crypto/dk/
H A DAesDkCrypto.java87 private static final int BLOCK_SIZE = 16; field in class:AesDkCrypto
328 byte[] confounder = Confounder.bytes(BLOCK_SIZE);
457 byte[] output = new byte[plaintext.length - BLOCK_SIZE];
458 System.arraycopy(plaintext, BLOCK_SIZE, output,

Completed in 33 milliseconds