Searched refs:SetConnectionEncryption (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DEncryptedStreamSocket.h93 void SetConnectionEncryption(bool bEnabled, const uint8_t *pTargetClientHash, bool bServerConnection);
H A DServerSocket.cpp736 SetConnectionEncryption(true, NULL, true);
739 SetConnectionEncryption(false, NULL, true);
H A DEncryptedStreamSocket.cpp142 void CEncryptedStreamSocket::SetConnectionEncryption(bool bEnabled, const uint8_t* pTargetClientHash, bool bServerConnection) function in class:CEncryptedStreamSocket
H A DBaseClient.cpp1627 m_socket->SetConnectionEncryption(true, GetUserHash().GetHash(), false);
1629 m_socket->SetConnectionEncryption(false, NULL, false);

Completed in 55 milliseconds