Lines Matching refs:cipherSuite
105 String cipherSuite;
109 TestParameters(String cipherSuite, String protocol,
111 this.cipherSuite = cipherSuite;
117 return TLSCipherStatus.isEnabled(cipherSuite, protocol);
121 String s = cipherSuite + " in " + protocol + " mode";
174 final String cipherSuite;
182 TLSCipherStatus(String cipherSuite,
184 this.cipherSuite = cipherSuite;
189 static boolean isEnabled(String cipherSuite, String protocol) {
197 if (cipherSuite.equals(status.cipherSuite)) {
253 String cipherSuite = cipherSuites[i];
258 if (!peerFactory.isSupported(cipherSuite, protocol)) {
265 (cipherSuite.indexOf("DH_anon") != -1)) {
270 tests.add(new TestParameters(cipherSuite, protocol,
439 boolean isSupported(String cipherSuite, String protocol) {
441 if (cipherSuite.startsWith("TLS_KRB5")) {
443 cipherSuite + " of " + protocol);
450 cipherSuite + " of " + protocol);
456 if (cipherSuite.indexOf("_EXPORT_WITH") != -1) {
458 cipherSuite + " of " + protocol);