Searched defs:outBytes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/crypto/Cipher/
H A DByteBuffers.java55 byte[] outBytes = cipher.doFinal(t);
77 crypt(cipher, i1, o1, outBytes, random);
78 crypt(cipher, i2, o1, outBytes, random);
79 crypt(cipher, i3, o1, outBytes, random);
80 crypt(cipher, i1, o2, outBytes, random);
81 crypt(cipher, i2, o2, outBytes, random);
82 crypt(cipher, i3, o2, outBytes, random);
87 private static void crypt(Cipher cipher, ByteBuffer in, ByteBuffer out, byte[] outBytes, Random random) throws Exception { argument
106 if (Arrays.equals(outBytes, b) == false) {

Completed in 37 milliseconds