Searched refs:ECS_NONE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DEncryptedStreamSocket.cpp123 m_StreamCryptState = thePrefs::IsClientCryptLayerSupported() ? ECS_UNKNOWN : ECS_NONE;
144 if (m_StreamCryptState != ECS_UNKNOWN && m_StreamCryptState != ECS_NONE) {
145 if (!m_StreamCryptState == ECS_NONE || bEnabled) {
176 m_StreamCryptState = ECS_NONE;
205 m_StreamCryptState = ECS_NONE;
206 //DebugLogError(_T("CEncryptedStreamSocket: Overwriting State ECS_UNKNOWN with ECS_NONE because of premature Send() (%s)"), DbgGetIPString());
227 case ECS_NONE: // disabled, just pass it through
234 m_StreamCryptState = ECS_NONE;
267 m_StreamCryptState = ECS_NONE;
354 m_StreamCryptState = ECS_NONE;
[all...]
H A DEncryptedStreamSocket.h53 ECS_NONE = 0, // Disabled or not available enumerator in enum:EStreamCryptState

Completed in 18 milliseconds