Home
last modified time | relevance | path

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

/frameworks/base/keystore/tests/src/android/security/
DKeyStoreTest.java78 private static final byte[] PRIVKEY_BYTES = hexToBytes(
114 private static final byte[] AES256_BYTES = hexToBytes(
117 private static byte[] hexToBytes(String s) { in hexToBytes() method in KeyStoreTest
863 hexToBytes("603deb1015ca71be2b73aef0857d77811f352c073b6108d72d9810a30914dff4"); in testAes256Ecb()
867 hexToBytes("6bc1bee22e409f96e93d7e117393172a"), in testAes256Ecb()
868 hexToBytes("ae2d8a571e03ac9c9eb76fac45af8e51"), in testAes256Ecb()
869 hexToBytes("30c81c46a35ce411e5fbc1191a0a52ef"), in testAes256Ecb()
870 hexToBytes("f69f2445df4f9b17ad2b417be66c3710")}; in testAes256Ecb()
872 hexToBytes("f3eed1bdb5d2a03c064b5a7e3db181f8"), in testAes256Ecb()
873 hexToBytes("591ccb10d410ed26dc5ba74a31362870"), in testAes256Ecb()
[all …]
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
DNetworkSecurityConfigTests.java50 = hexToBytes("ec722969cb64200ab6638f68ac538e40abab5b19a6485661042a1061c4612776");
53 = hexToBytes(
97 private static byte[] hexToBytes(String s) { in hexToBytes() method in NetworkSecurityConfigTests
/frameworks/base/packages/Osu/src/com/android/hotspot2/
DUtils.java173 public static byte[] hexToBytes(String text) { in hexToBytes() method in Utils
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java171 public static byte[] hexToBytes(String text) { in hexToBytes() method in Utils
DSupplicantBridge.java345 payload = Utils.hexToBytes(text.substring(separator + 1)); in buildElement()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DPasspointManagementObjectManager.java949 return Utils.hexToBytes(octetNode.getValue()); in getOctets()
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DMOManager.java990 return Utils.hexToBytes(octetNode.getValue()); in getOctets()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java709 Utils.hexToBytes(infoElementsStr.substring(seperator + 1))); in getScanResults()