HomeSort by relevance Sort by last modified time
    Searched defs:AUTH_KEY (Results 1 - 6 of 6) sorted by null

  /kernel/tests/net/test/
pf_key_test.py 27 AUTH_KEY = "af442892cdcd0ef650e9c299f9a8436a".decode("hex")
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
PolicyEntryOperation.h 46 #define AUTH_KEY BIT(27)
  /frameworks/base/tests/net/java/com/android/server/
IpSecServiceParameterizedTest.java 90 private static final byte[] AUTH_KEY = {
125 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);
281 eq(AUTH_KEY),
IpSecServiceTest.java 94 private static final byte[] AUTH_KEY = {
102 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkHistory.java 73 private static final String AUTH_KEY = "AUTH";
249 out.writeUTF(AUTH_KEY + SEPARATOR
  /cts/tests/tests/net/src/android/net/cts/
IpSecBaseTest.java 66 protected static final byte[] AUTH_KEY = getKey(256);
437 AUTH_KEY,
438 AUTH_KEY.length * 4));

Completed in 478 milliseconds