Home
last modified time | relevance | path

Searched refs:AUTH_HMAC_SHA256 (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/net/
DIpSecAlgorithm.java81 public static final String AUTH_HMAC_SHA256 = "hmac(sha256)"; field in IpSecAlgorithm
119 AUTH_HMAC_SHA256,
225 case AUTH_HMAC_SHA256: in checkValidOrThrow()
260 case AUTH_HMAC_SHA256: in isAuthentication()
DIkev2VpnProfile.java79 IpSecAlgorithm.AUTH_HMAC_SHA256,
234 final boolean hasAuth = algorithmNames.contains(IpSecAlgorithm.AUTH_HMAC_SHA256) in hasNormalModeAlgorithms()
/frameworks/base/tests/net/java/android/net/
DIpSecAlgorithmTest.java53 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA256, 256), in testNoTruncLen()
DIkev2VpnProfileTest.java208 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA256)); in testSetAllowedAlgorithmsInvalidList()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpnIkev2Utils.java219 if (allowedAlgorithms.contains(IpSecAlgorithm.AUTH_HMAC_SHA256)) { in getChildSaProposals()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java104 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);
DIpSecServiceParameterizedTest.java147 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);
/frameworks/base/non-updatable-api/
Dcurrent.txt28823 field public static final String AUTH_HMAC_SHA256 = "hmac(sha256)";
/frameworks/base/api/
Dcurrent.txt28953 field public static final String AUTH_HMAC_SHA256 = "hmac(sha256)";