Searched refs:AUTH_HMAC_SHA512 (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tests/net/java/android/net/ |
D | IpSecAlgorithmTest.java | 55 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()
|
D | Ikev2VpnProfileTest.java | 184 Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA512, IpSecAlgorithm.CRYPT_AES_CBC); in testBuildWithAllowedAlgorithmsNormal()
|
/frameworks/base/core/java/android/net/ |
D | IpSecAlgorithm.java | 99 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()
|
D | Ikev2VpnProfile.java | 81 IpSecAlgorithm.AUTH_HMAC_SHA512, 236 || algorithmNames.contains(IpSecAlgorithm.AUTH_HMAC_SHA512); in hasNormalModeAlgorithms()
|
/frameworks/base/tests/net/java/com/android/internal/net/ |
D | VpnProfileTest.java | 100 IpSecAlgorithm.AUTH_HMAC_SHA512, in getSampleIkev2Profile()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | VpnIkev2Utils.java | 213 if (allowedAlgorithms.contains(IpSecAlgorithm.AUTH_HMAC_SHA512)) { in getChildSaProposals()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 28825 field public static final String AUTH_HMAC_SHA512 = "hmac(sha512)";
|
/frameworks/base/api/ |
D | current.txt | 28955 field public static final String AUTH_HMAC_SHA512 = "hmac(sha512)";
|