Searched refs:IsClientCryptLayerSupported (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.h556 static bool IsClientCryptLayerSupported() {return s_IsClientCryptLayerSupported;} function in class:CPreferences
557 static bool IsClientCryptLayerRequested() {return IsClientCryptLayerSupported() && s_bCryptLayerRequested;}
560 static bool IsServerCryptLayerUDPEnabled() {return IsClientCryptLayerSupported();}
H A DEncryptedDatagramSocket.cpp136 if (result <= CRYPT_HEADER_WITHOUTPADDING /*|| !thePrefs.IsClientCryptLayerSupported()*/) {
267 wxASSERT(thePrefs::IsClientCryptLayerSupported());
H A DDownloadQueue.cpp630 if ( (source->RequiresCryptLayer() && (!thePrefs::IsClientCryptLayerSupported() || !source->HasValidHash())) || (thePrefs::IsClientCryptLayerRequired() && (!source->SupportsCryptLayer() || !source->HasValidHash()))) {
732 if ( (source->RequiresCryptLayer() && (!thePrefs::IsClientCryptLayerSupported() || !source->HasValidHash()))
1099 if (thePrefs::IsClientCryptLayerSupported() && theApp->serverconnect->GetCurrentServer() != NULL && theApp->serverconnect->GetCurrentServer()->SupportsGetSourcesObfuscation()) {
H A DServerConnect.cpp228 if (thePrefs::IsClientCryptLayerSupported()) {
H A DamuleAppCommon.cpp177 uint8 uSupportsCryptLayer = thePrefs::IsClientCryptLayerSupported() ? 1 : 0;
H A DBaseClient.cpp1133 const uint32 uSupportsCryptLayer = thePrefs::IsClientCryptLayerSupported() ? 1 : 0;
1421 if ( (RequiresCryptLayer() && !thePrefs::IsClientCryptLayerSupported()) || (thePrefs::IsClientCryptLayerRequired() && !SupportsCryptLayer()) ){
1626 if (HasValidHash() && SupportsCryptLayer() && thePrefs::IsClientCryptLayerSupported() && (RequestsCryptLayer() || thePrefs::IsClientCryptLayerRequested())){
2630 return (thePrefs::IsClientCryptLayerSupported() && SupportsCryptLayer() && theApp->GetPublicIP() != 0
H A DEncryptedStreamSocket.cpp123 m_StreamCryptState = thePrefs::IsClientCryptLayerSupported() ? ECS_UNKNOWN : ECS_NONE;
H A DECSpecialMuleTags.cpp319 if (thePrefs::IsClientCryptLayerSupported()) {
H A DDownloadClient.cpp1403 if (thePrefs::IsClientCryptLayerSupported()) {
H A DPartFile.cpp1653 || (thePrefs::IsClientCryptLayerSupported() && (byCryptOptions & 0x02/*requested*/) > 0 && (byCryptOptions & 0x80) == 0)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DPrefs.cpp231 | (thePrefs::IsClientCryptLayerSupported() && encryption) ? 0x01 : 0;

Completed in 119 milliseconds