Searched refs:AUTH_ALGO (Results 1 – 2 of 2) sorted by relevance
102 private static final IpSecAlgorithm AUTH_ALGO = field in IpSecServiceTest312 config.setAuthentication(AUTH_ALGO); in testValidateAlgorithmsAuth()335 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {AUTH_ALGO, AEAD_ALGO}) { in testValidateAlgorithmsCrypt()354 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {AUTH_ALGO, CRYPT_ALGO}) { in testValidateAlgorithmsAead()369 config.setAuthentication(AUTH_ALGO); in testValidateAlgorithmsAuthCrypt()388 config.setAuthentication(AUTH_ALGO); in testValidateAlgorithmsAeadWithAuth()412 config.setAuthentication(AUTH_ALGO); in testValidateAlgorithmsAeadWithAuthAndCrypt()
144 private static final IpSecAlgorithm AUTH_ALGO = field in IpSecServiceParameterizedTest286 config.setAuthentication(AUTH_ALGO); in addAuthAndCryptToIpSecConfig()