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