Home
last modified time | relevance | path

Searched refs:AUTH_HMAC_SHA512 (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tests/net/java/android/net/
DIpSecAlgorithmTest.java55 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA512, 512), in testNoTruncLen()
77 IpSecAlgorithm.AUTH_HMAC_SHA512, in testTruncLenValidation()
85 IpSecAlgorithm.AUTH_HMAC_SHA512, in testTruncLenValidation()
119 IpSecAlgorithm.AUTH_HMAC_SHA512, Arrays.copyOf(KEY_MATERIAL, 512 / 8), 256); in testParcelUnparcel()
DIkev2VpnProfileTest.java184 Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA512, IpSecAlgorithm.CRYPT_AES_CBC); in testBuildWithAllowedAlgorithmsNormal()
/frameworks/base/core/java/android/net/
DIpSecAlgorithm.java99 public static final String AUTH_HMAC_SHA512 = "hmac(sha512)"; field in IpSecAlgorithm
121 AUTH_HMAC_SHA512,
233 case AUTH_HMAC_SHA512: in checkValidOrThrow()
262 case AUTH_HMAC_SHA512: in isAuthentication()
DIkev2VpnProfile.java81 IpSecAlgorithm.AUTH_HMAC_SHA512,
236 || algorithmNames.contains(IpSecAlgorithm.AUTH_HMAC_SHA512); in hasNormalModeAlgorithms()
/frameworks/base/tests/net/java/com/android/internal/net/
DVpnProfileTest.java100 IpSecAlgorithm.AUTH_HMAC_SHA512, in getSampleIkev2Profile()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpnIkev2Utils.java213 if (allowedAlgorithms.contains(IpSecAlgorithm.AUTH_HMAC_SHA512)) { in getChildSaProposals()
/frameworks/base/non-updatable-api/
Dcurrent.txt28825 field public static final String AUTH_HMAC_SHA512 = "hmac(sha512)";
/frameworks/base/api/
Dcurrent.txt28955 field public static final String AUTH_HMAC_SHA512 = "hmac(sha512)";