Searched refs:ciphersMinusGcm (Results 1 – 2 of 2) sorted by relevance
81 List<String> ciphersMinusGcm = new ArrayList<>();87 ciphersMinusGcm.add(cipher);89 return Collections.unmodifiableList(ciphersMinusGcm);
93 List<String> ciphersMinusGcm = new ArrayList<>(); in preferredTestCiphers() local99 ciphersMinusGcm.add(cipher); in preferredTestCiphers()101 return Collections.unmodifiableList(ciphersMinusGcm); in preferredTestCiphers()