Searched refs:macValue (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/test/javax/crypto/Mac/ |
H A D | ByteBuffers.java | 54 byte[] macValue = mac.doFinal(t); 63 verify(mac, macValue, b2, random); 69 verify(mac, macValue, b3, random); 74 verify(mac, macValue, b4, random); 79 private static void verify(Mac mac, byte[] macValue, ByteBuffer b, Random random) throws Exception { argument 92 if (Arrays.equals(macValue, newMacValue) == false) {
|
Completed in 942 milliseconds