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