Home
last modified time | relevance | path

Searched refs:AUTH_ALGO (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceTest.java108 private static final IpSecAlgorithm AUTH_ALGO = field in IpSecServiceTest
318 config.setAuthentication(AUTH_ALGO); in testValidateAlgorithmsAuth()
341 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {AUTH_ALGO, AEAD_ALGO}) { in testValidateAlgorithmsCrypt()
360 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {AUTH_ALGO, CRYPT_ALGO}) { in testValidateAlgorithmsAead()
375 config.setAuthentication(AUTH_ALGO); in testValidateAlgorithmsAuthCrypt()
394 config.setAuthentication(AUTH_ALGO); in testValidateAlgorithmsAeadWithAuth()
418 config.setAuthentication(AUTH_ALGO); in testValidateAlgorithmsAeadWithAuthAndCrypt()
DIpSecServiceParameterizedTest.java198 private static final IpSecAlgorithm AUTH_ALGO = field in IpSecServiceParameterizedTest
344 config.setAuthentication(AUTH_ALGO); in addAuthAndCryptToIpSecConfig()