Home | History | Annotate | Download | only in conscrypt

Lines Matching refs:enabledCipherSuites

77     private String[] enabledCipherSuites;
120 String[] enabledCipherSuites) throws IOException {
122 init(sslParameters, enabledProtocols, enabledCipherSuites);
189 String[] enabledCipherSuites) throws IOException {
192 this.enabledCipherSuites = enabledCipherSuites;
223 for (String enabledCipherSuite : enabledCipherSuites) {
292 for (String enabledCipherSuite : enabledCipherSuites) {
313 NativeCrypto.setEnabledCipherSuites(sslNativePointer, enabledCipherSuites);
790 return enabledCipherSuites.clone();
794 enabledCipherSuites = NativeCrypto.checkEnabledCipherSuites(suites);