Searched refs:tlsContextServerPointer_ (Results 1 – 3 of 3) sorted by relevance
83 connection->tlsContextServerPointer_ = nullptr;94 …connection->tlsContextServerPointer_ = TlsSocket::TLSContextServer::CreateConfiguration(connection…
835 if (!tlsContextServerPointer_) { in Close()839 tlsContextServerPointer_->CloseCtx(); in Close()1035 …tlsContextServerPointer_ = TlsSocket::TLSContextServer::CreateConfiguration(connectionConfiguratio… in CreatTlsContext()1036 if (!tlsContextServerPointer_) { in CreatTlsContext()1040 if (!(ssl_ = tlsContextServerPointer_->CreateSsl())) { in CreatTlsContext()
460 std::unique_ptr<TlsSocket::TLSContextServer> tlsContextServerPointer_ = nullptr; variable