Searched refs:AUTH_HMAC_SHA256 (Results 1 – 9 of 9) sorted by relevance
81 public static final String AUTH_HMAC_SHA256 = "hmac(sha256)"; field in IpSecAlgorithm119 AUTH_HMAC_SHA256,225 case AUTH_HMAC_SHA256: in checkValidOrThrow()260 case AUTH_HMAC_SHA256: in isAuthentication()
79 IpSecAlgorithm.AUTH_HMAC_SHA256,234 final boolean hasAuth = algorithmNames.contains(IpSecAlgorithm.AUTH_HMAC_SHA256) in hasNormalModeAlgorithms()
53 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA256, 256), in testNoTruncLen()
208 builder.setAllowedAlgorithms(Arrays.asList(IpSecAlgorithm.AUTH_HMAC_SHA256)); in testSetAllowedAlgorithmsInvalidList()
219 if (allowedAlgorithms.contains(IpSecAlgorithm.AUTH_HMAC_SHA256)) { in getChildSaProposals()
104 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);
147 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);
28823 field public static final String AUTH_HMAC_SHA256 = "hmac(sha256)";
28953 field public static final String AUTH_HMAC_SHA256 = "hmac(sha256)";