Searched refs:AUTH_KEY (Results 1 - 3 of 3) sorted by path

/frameworks/base/tests/net/java/com/android/server/
H A DIpSecServiceParameterizedTest.java90 private static final byte[] AUTH_KEY = { field in class:IpSecServiceParameterizedTest
125 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);
281 eq(AUTH_KEY),
H A DIpSecServiceTest.java94 private static final byte[] AUTH_KEY = { field in class:IpSecServiceTest
102 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkHistory.java73 private static final String AUTH_KEY = "AUTH"; field in class:WifiNetworkHistory
249 out.writeUTF(AUTH_KEY + SEPARATOR

Completed in 374 milliseconds