Home
last modified time | relevance | path

Searched refs:AUTH_HMAC_SHA256 (Results 1 – 5 of 5) 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()
/frameworks/base/tests/net/java/android/net/
DIpSecAlgorithmTest.java53 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA256, 256), in testNoTruncLen()
/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java103 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);
DIpSecServiceParameterizedTest.java145 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);
/frameworks/base/api/
Dcurrent.txt28584 field public static final String AUTH_HMAC_SHA256 = "hmac(sha256)";