Home
last modified time | relevance | path

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