Home
last modified time | relevance | path

Searched refs:concatHex (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java417 private static byte[] concatHex(byte[] array1, byte[] array2) { in concatHex() method in TelephonyUtil
650 String base64Challenge = Base64.encodeToString(concatHex(rand, authn), Base64.NO_WRAP); in get3GAuthResponse()