Searched refs:SHORTBUFFER (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/AES/ |
H A D | TestShortBuffer.java | 47 private static byte[] SHORTBUFFER = new byte[1]; field in class:TestShortBuffer 119 stored = ci.update(in, 0, in.length, SHORTBUFFER); 141 stored = ci.update(in, offset, in.length-offset, SHORTBUFFER); 159 stored = ci.doFinal(in, 0, in.length, SHORTBUFFER); 181 stored = ci.doFinal(in, offset, in.length-offset, SHORTBUFFER);
|
Completed in 20 milliseconds