Home
last modified time | relevance | path

Searched refs:AUTH_HMAC_SHA384 (Results 1 – 3 of 3) 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()
/frameworks/base/tests/net/java/android/net/
DIpSecAlgorithmTest.java54 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA384, 384), in testNoTruncLen()
/frameworks/base/api/
Dcurrent.txt28585 field public static final String AUTH_HMAC_SHA384 = "hmac(sha384)";