Searched refs:AUTH_HMAC_SHA256 (Results 1 – 5 of 5) 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()
53 new SimpleEntry<>(IpSecAlgorithm.AUTH_HMAC_SHA256, 256), in testNoTruncLen()
103 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);
145 new IpSecAlgorithm(IpSecAlgorithm.AUTH_HMAC_SHA256, AUTH_KEY, AUTH_KEY.length * 4);
28584 field public static final String AUTH_HMAC_SHA256 = "hmac(sha256)";