Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceTest.java112 private static final IpSecAlgorithm AEAD_ALGO = field in IpSecServiceTest
322 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {CRYPT_ALGO, AEAD_ALGO}) { in testValidateAlgorithmsAuth()
341 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {AUTH_ALGO, AEAD_ALGO}) { in testValidateAlgorithmsCrypt()
356 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAead()
393 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAeadWithAuth()
405 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAeadWithCrypt()
417 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAeadWithAuthAndCrypt()
DIpSecServiceParameterizedTest.java202 private static final IpSecAlgorithm AEAD_ALGO = field in IpSecServiceParameterizedTest
407 ipSecConfig.setAuthenticatedEncryption(AEAD_ALGO); in testCreateTransformAead()