Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java102 private static final IpSecAlgorithm AUTH_ALGO = field in IpSecServiceTest
312 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()
DIpSecServiceParameterizedTest.java144 private static final IpSecAlgorithm AUTH_ALGO = field in IpSecServiceParameterizedTest
286 config.setAuthentication(AUTH_ALGO); in addAuthAndCryptToIpSecConfig()