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

/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/AES/
H A DTestKATForGCM.java46 private static byte[] HexToBytes(String hexVal) { argument
47 if (hexVal == null) return new byte[0];
48 byte[] result = new byte[hexVal.length()/2];
51 String byteVal = hexVal.substring(2*i, 2*i +2);
/openjdk10/jdk/test/com/oracle/security/ucrypto/
H A DTestKATForGCM.java44 private static byte[] HexToBytes(String hexVal) { argument
45 if (hexVal == null) return new byte[0];
46 byte[] result = new byte[hexVal.length()/2];
49 String byteVal = hexVal.substring(2*i, 2*i +2);

Completed in 93 milliseconds