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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherSpiTest.java310 private static byte[] resV = { (byte) 7, (byte) 6, (byte) 5, (byte) 4, field in class:myCipherSpi
379 if (resV.length > inputLen) {
382 bb[i] = resV[i];
386 return resV;

Completed in 31 milliseconds