Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecAlgorithm.java90 public static final String AUTH_HMAC_SHA384 = "hmac(sha384)"; field in IpSecAlgorithm
120 AUTH_HMAC_SHA384,
229 case AUTH_HMAC_SHA384: in checkValidOrThrow()
261 case AUTH_HMAC_SHA384: in isAuthentication()
DIkev2VpnProfile.java80 IpSecAlgorithm.AUTH_HMAC_SHA384,
235 || algorithmNames.contains(IpSecAlgorithm.AUTH_HMAC_SHA384) in hasNormalModeAlgorithms()
/frameworks/base/tests/net/java/android/net/
DIpSecAlgorithmTest.java54 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA384, 384), in testNoTruncLen()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpnIkev2Utils.java216 if (allowedAlgorithms.contains(IpSecAlgorithm.AUTH_HMAC_SHA384)) { in getChildSaProposals()
/frameworks/base/non-updatable-api/
Dcurrent.txt28824 field public static final String AUTH_HMAC_SHA384 = "hmac(sha384)";
/frameworks/base/api/
Dcurrent.txt28954 field public static final String AUTH_HMAC_SHA384 = "hmac(sha384)";