Lines Matching refs:get
76 TLSContext::SetMinAndMaxProtocol(tlsContext.get());
77 bool isInitTlsContext = TLSContext::InitTlsContext(tlsContext.get(), configuration);
79 bool isSetCipherList = TLSContext::SetCipherList(tlsContext.get(), configuration);
81 bool isSetSignatureAlgorithms = TLSContext::SetSignatureAlgorithms(tlsContext.get(), configuration);
83 TLSContext::GetCiphers(tlsContext.get());
84 TLSContext::UseRemoteCipher(tlsContext.get());
85 bool setCaAndVerify = TLSContext::SetCaAndVerify(tlsContext.get(), configuration);
87 bool setLocalCert = TLSContext::SetLocalCertificate(tlsContext.get(), configuration);
89 bool setKeyAndCheck = TLSContext::SetKeyAndCheck(tlsContext.get(), configuration);
91 TLSContext::SetVerify(tlsContext.get());
106 bool setCaAndVerify = TLSContext::SetCaAndVerify(tlsContext.get(), configuration);
149 TLSContext::SetMinAndMaxProtocol(tlsContext.get());
150 bool isInitTlsContext = TLSContext::InitTlsContext(tlsContext.get(), configuration);
152 bool isSetCipherList = TLSContext::SetCipherList(tlsContext.get(), configuration);
154 bool isSetSignatureAlgorithms = TLSContext::SetSignatureAlgorithms(tlsContext.get(), configuration);
156 TLSContext::GetCiphers(tlsContext.get());
157 TLSContext::UseRemoteCipher(tlsContext.get());
158 bool setCaAndVerify = TLSContext::SetCaAndVerify(tlsContext.get(), configuration);
160 bool setLocalCert = TLSContext::SetLocalCertificate(tlsContext.get(), configuration);
162 bool setKeyAndCheck = TLSContext::SetKeyAndCheck(tlsContext.get(), configuration);
164 TLSContext::SetVerify(tlsContext.get());