Searched refs:AUTH_HMAC_SHA512 (Results 1 – 4 of 4) sorted by relevance
54 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()
99 public static final String AUTH_HMAC_SHA512 = "hmac(sha512)"; field in IpSecAlgorithm121 AUTH_HMAC_SHA512,233 case AUTH_HMAC_SHA512: in checkValidOrThrow()262 case AUTH_HMAC_SHA512: in isAuthentication()
25346 Landroid/net/IpSecAlgorithm;->AUTH_HMAC_SHA512:Ljava/lang/String;
27014 field public static final java.lang.String AUTH_HMAC_SHA512 = "hmac(sha512)";