Home
last modified time | relevance | path

Searched refs:m_sKeyFile (Results 1 – 2 of 2) sorted by relevance

/dports/irc/znc/znc-1.8.2/third_party/Csocket/
H A DCsocket.cc1112 m_sKeyFile = cCopy.m_sKeyFile; in Copy()
1787 CS_STRING privKeyFile = m_sKeyFile.empty() ? m_sPemFile : m_sKeyFile; in SSLClientSetup()
1849 if( ! m_sKeyFile.empty() && access( m_sKeyFile.c_str(), R_OK ) != 0 ) in SetupServerCTX()
1851 CS_DEBUG( "Bad keyfile ... [" << m_sKeyFile << "]" ); in SetupServerCTX()
1866 CS_STRING privKeyFile = m_sKeyFile.empty() ? m_sPemFile : m_sKeyFile; in SetupServerCTX()
2706 void Csock::SetKeyLocation( const CS_STRING & sKeyFile ) { m_sKeyFile = sKeyFile; } in SetKeyLocation()
2707 const CS_STRING & Csock::GetKeyLocation() const { return( m_sKeyFile ); } in GetKeyLocation()
H A DCsocket.h1207 …CS_STRING m_shostname, m_sbuffer, m_sSockName, m_sDHParamFile, m_sKeyFile, m_sPemFile, m_sCipherTy… variable