Searched refs:expectedAlgos (Results 1 – 2 of 2) sorted by relevance
509 private static void checkGetSupportedChildSaAlgos(Set<String> expectedAlgos) { in checkGetSupportedChildSaAlgos() argument521 assertEquals(expectedAlgos, supportedIpSecAlgos); in checkGetSupportedChildSaAlgos()528 final Set<String> expectedAlgos = new HashSet<>(); in testGetSupportedChildAlgosAtLeastSdkS() local529 expectedAlgos.addAll(IpSecAlgorithm.getSupportedAlgorithms()); in testGetSupportedChildAlgosAtLeastSdkS()530 expectedAlgos.remove(AUTH_HMAC_MD5); in testGetSupportedChildAlgosAtLeastSdkS()532 checkGetSupportedChildSaAlgos(expectedAlgos); in testGetSupportedChildAlgosAtLeastSdkS()538 final Set<String> expectedAlgos = new HashSet<>(); in testGetSupportedChildAlgosPreS() local539 expectedAlgos.add(ALL_ENCRYPT_ALGOS.get(ENCRYPTION_ALGORITHM_AES_CBC).ipSecName); in testGetSupportedChildAlgosPreS()540 expectedAlgos.add(ALL_ENCRYPT_ALGOS.get(ENCRYPTION_ALGORITHM_AES_GCM_8).ipSecName); in testGetSupportedChildAlgosPreS()541 expectedAlgos.add(ALL_ENCRYPT_ALGOS.get(ENCRYPTION_ALGORITHM_AES_GCM_12).ipSecName); in testGetSupportedChildAlgosPreS()[all …]
224 final Set<String> expectedAlgos = ALGO_TO_REQUIRED_FIRST_SDK.keySet(); in testLoadAlgos() local226 assertEquals(expectedAlgos, enabledAlgos); in testLoadAlgos()