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.java106 private static final IpSecAlgorithm AEAD_ALGO = field in IpSecServiceTest
316 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {CRYPT_ALGO, AEAD_ALGO}) { in testValidateAlgorithmsAuth()
335 for (IpSecAlgorithm algo : new IpSecAlgorithm[] {AUTH_ALGO, AEAD_ALGO}) { in testValidateAlgorithmsCrypt()
350 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAead()
387 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAeadWithAuth()
399 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAeadWithCrypt()
411 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAeadWithAuthAndCrypt()
DIpSecServiceParameterizedTest.java148 private static final IpSecAlgorithm AEAD_ALGO = field in IpSecServiceParameterizedTest
349 ipSecConfig.setAuthenticatedEncryption(AEAD_ALGO); in testCreateTransformAead()