Searched refs:AEAD_ALGO (Results 1 – 2 of 2) sorted by relevance
107 private static final IpSecAlgorithm AEAD_ALGO = field in IpSecServiceTest319 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()
150 private static final IpSecAlgorithm AEAD_ALGO = field in IpSecServiceParameterizedTest352 ipSecConfig.setAuthenticatedEncryption(AEAD_ALGO); in testCreateTransformAead()