Searched refs:validateAllowedAlgorithms (Results 1 – 2 of 2) sorted by relevance
189 validateAllowedAlgorithms(mAllowedAlgorithms); in validate()201 private static void validateAllowedAlgorithms(@NonNull List<String> algorithmNames) { in validateAllowedAlgorithms() method in Ikev2VpnProfile202 VpnProfile.validateAllowedAlgorithms(algorithmNames); in validateAllowedAlgorithms()868 validateAllowedAlgorithms(algorithmNames); in setAllowedAlgorithms()
202 validateAllowedAlgorithms(allowedAlgorithms); in setAllowedAlgorithms()430 public static void validateAllowedAlgorithms(List<String> allowedAlgorithms) { in validateAllowedAlgorithms() method in VpnProfile