HomeSort by relevance Sort by last modified time
    Searched refs:AUTH_HMAC_MD5 (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/net/
IpSecAlgorithm.java 62 public static final String AUTH_HMAC_MD5 = "hmac(md5)";
117 AUTH_HMAC_MD5,
217 case AUTH_HMAC_MD5:
258 case AUTH_HMAC_MD5:
  /tools/test/connectivity/acts/framework/acts/test_utils/net/
connectivity_const.py 77 AUTH_HMAC_MD5 = "hmac(md5)"
ipsec_test_utils.py 226 auth_method_key = { cconst.AUTH_HMAC_MD5 : 128,
231 auth_method_trunc = { cconst.AUTH_HMAC_MD5 : list(range(96, 136, 8)),
  /frameworks/base/tests/net/java/android/net/
IpSecAlgorithmTest.java 50 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_MD5, 128),
IpSecConfigTest.java 64 IpSecAlgorithm.AUTH_HMAC_MD5,
  /cts/tests/tests/net/src/android/net/cts/
IpSecManagerTest.java 633 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96);
663 // IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96);
670 // IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96);
677 // new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96);
683 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96);
689 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96);
695 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96);
701 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96);
708 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96);
715 IpSecAlgorithm auth = new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_MD5, getKey(128), 96)
    [all...]
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 205 milliseconds