Searched refs:msgSize (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/test/compiler/7184394/ |
H A D | TestAESEncode.java | 38 encode = cipher.doFinal(input, 0, msgSize); 42 encode = new byte[cipher.getOutputSize(msgSize)]; 43 cipher.doFinal(input, 0, msgSize, encode);
|
H A D | TestAESBase.java | 40 int msgSize = Integer.getInteger("msgSize", 646); field in class:TestAESBase 70 System.out.println("\nalgorithm=" + algorithm + ", mode=" + mode + ", msgSize=" + msgSize + ", keySize=" + keySize + ", noReinit=" + noReinit + ", checkOutput=" + checkOutput); 84 input = new byte[msgSize];
|
Completed in 619 milliseconds