Home
last modified time | relevance | path

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

/dports/news/nzbget/nzbget-21.1/daemon/remote/
H A DRemoteServer.cpp46 if (strlen(g_Options->GetSecureKey()) == 0 || !FileSystem::FileExists(g_Options->GetSecureKey())) in Run()
192 if (m_tls && !m_connection->StartTls(false, g_Options->GetSecureCert(), g_Options->GetSecureKey())) in Execute()
/dports/news/nzbget/nzbget-21.1/daemon/main/
H A DOptions.h237 const char* GetSecureKey() { return m_secureKey; } in GetSecureKey() function