Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java107 private static final IpSecAlgorithm AEAD_ALGO = field in IpSecServiceTest
319 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {CRYPT_ALGO, AEAD_ALGO}) { in testValidateAlgorithmsAuth()
338 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {AUTH_ALGO, AEAD_ALGO}) { in testValidateAlgorithmsCrypt()
353 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAead()
390 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAeadWithAuth()
402 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAeadWithCrypt()
414 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAeadWithAuthAndCrypt()
DIpSecServiceParameterizedTest.java150 private static final IpSecAlgorithm AEAD_ALGO = field in IpSecServiceParameterizedTest
352 ipSecConfig.setAuthenticatedEncryption(AEAD_ALGO); in testCreateTransformAead()