Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecAlgorithm.java62 public static final String AUTH_HMAC_MD5 = "hmac(md5)"; field in IpSecAlgorithm
117 AUTH_HMAC_MD5,
217 case AUTH_HMAC_MD5: in checkValidOrThrow()
258 case AUTH_HMAC_MD5: in isAuthentication()
DIkev2VpnProfile.java205 if (algorithmNames.contains(IpSecAlgorithm.AUTH_HMAC_MD5) in validateAllowedAlgorithms()
/frameworks/base/tests/net/java/android/net/
DIpSecConfigTest.java66 IpSecAlgorithm.AUTH_HMAC_MD5, in getSampleConfig()
DIpSecAlgorithmTest.java51 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_MD5, 128), in testNoTruncLen()
DIkev2VpnProfileTest.java226 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_MD5)); in testSetAllowedAlgorithmsInsecureAlgorithm()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt30052 field public static final String AUTH_HMAC_MD5 = "hmac(md5)";