Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/android/net/
DIpSecAlgorithmTest.java54 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA512, 512), in testNoTruncLen()
76 IpSecAlgorithm.AUTH_HMAC_SHA512, in testTruncLenValidation()
84 IpSecAlgorithm.AUTH_HMAC_SHA512, in testTruncLenValidation()
118 IpSecAlgorithm.AUTH_HMAC_SHA512, Arrays.copyOf(KEY_MATERIAL, 512 / 8), 256); in testParcelUnparcel()
/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()
/frameworks/base/config/
Dhiddenapi-public-dex.txt25346 Landroid/net/IpSecAlgorithm;->AUTH_HMAC_SHA512:Ljava/lang/String;
/frameworks/base/api/
Dcurrent.txt27014 field public static final java.lang.String AUTH_HMAC_SHA512 = "hmac(sha512)";