Searched refs:AUTH_HMAC_SHA1 (Results 1 – 6 of 6) sorted by relevance
72 public static final String AUTH_HMAC_SHA1 = "hmac(sha1)"; field in IpSecAlgorithm118 AUTH_HMAC_SHA1,221 case AUTH_HMAC_SHA1: in checkValidOrThrow()259 case AUTH_HMAC_SHA1: in isAuthentication()
206 || algorithmNames.contains(IpSecAlgorithm.AUTH_HMAC_SHA1)) { in validateAllowedAlgorithms()
52 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA1, 160), in testNoTruncLen()
232 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA1)); in testSetAllowedAlgorithmsInsecureAlgorithm()
28822 field public static final String AUTH_HMAC_SHA1 = "hmac(sha1)";
28952 field public static final String AUTH_HMAC_SHA1 = "hmac(sha1)";