Home
last modified time | relevance | path

Searched refs:AUTH_HMAC_SHA1 (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/
DIpSecAlgorithm.java72 public static final String AUTH_HMAC_SHA1 = "hmac(sha1)"; field in IpSecAlgorithm
118 AUTH_HMAC_SHA1,
221 case AUTH_HMAC_SHA1: in checkValidOrThrow()
259 case AUTH_HMAC_SHA1: in isAuthentication()
DIkev2VpnProfile.java206 || algorithmNames.contains(IpSecAlgorithm.AUTH_HMAC_SHA1)) { in validateAllowedAlgorithms()
/frameworks/base/tests/net/java/android/net/
DIpSecAlgorithmTest.java52 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA1, 160), in testNoTruncLen()
DIkev2VpnProfileTest.java232 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA1)); in testSetAllowedAlgorithmsInsecureAlgorithm()
/frameworks/base/non-updatable-api/
Dcurrent.txt28822 field public static final String AUTH_HMAC_SHA1 = "hmac(sha1)";
/frameworks/base/api/
Dcurrent.txt28952 field public static final String AUTH_HMAC_SHA1 = "hmac(sha1)";