Searched refs:IsClientCryptLayerRequired (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DServerConnect.cpp73 if (m_bTryObfuscated && !thePrefs::IsClientCryptLayerRequired()){
236 if (thePrefs::IsClientCryptLayerRequired()) {
430 if (pServer && sender->IsServerCryptEnabledConnection() && !thePrefs::IsClientCryptLayerRequired()){
H A DPreferences.h558 static bool IsClientCryptLayerRequired() {return IsClientCryptLayerRequested() && s_IsClientCryptLayerRequired;} function in class:CPreferences
562 static bool IsServerCryptLayerTCPRequired() {return IsClientCryptLayerRequired();}
H A DamuleAppCommon.cpp179 uint8 uRequiresCryptLayer = thePrefs::IsClientCryptLayerRequired() ? 1 : 0;
H A DEncryptedStreamSocket.cpp271 if (thePrefs::IsClientCryptLayerRequired()) {
H A DDownloadQueue.cpp630 if ( (source->RequiresCryptLayer() && (!thePrefs::IsClientCryptLayerSupported() || !source->HasValidHash())) || (thePrefs::IsClientCryptLayerRequired() && (!source->SupportsCryptLayer() || !source->HasValidHash()))) {
733 || (thePrefs::IsClientCryptLayerRequired() && (!source->SupportsCryptLayer() || !source->HasValidHash()))) {
H A DClientList.cpp693 if(m_nBuddyStatus == Disconnected && Kademlia::CKademlia::GetPrefs()->GetFindBuddy() && !thePrefs::IsClientCryptLayerRequired()) {
H A DECSpecialMuleTags.cpp325 if (thePrefs::IsClientCryptLayerRequired()) {
H A DBaseClient.cpp1135 const uint32 uRequiresCryptLayer = thePrefs::IsClientCryptLayerRequired() ? 1 : 0;
1421 if ( (RequiresCryptLayer() && !thePrefs::IsClientCryptLayerSupported()) || (thePrefs::IsClientCryptLayerRequired() && !SupportsCryptLayer()) ){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DPrefs.cpp229 | (thePrefs::IsClientCryptLayerRequired() && encryption) ? 0x04 : 0

Completed in 112 milliseconds