Searched refs:Negotiate (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dtest1013.pl26 @curl = grep(!/^(Debug|TrackMemory|Metalink|Largefile|CharConv|GSS-Negotiate|SPNEGO)$/i, @curl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DEncryptedStreamSocket.h125 int Negotiate(const uint8_t* pBuffer, uint32_t nLen);
H A DEncryptedStreamSocket.cpp251 const uint32 nNegRes = Negotiate((uint8_t*)lpBuf + nRead, m_nObfusicationBytesReceived - nRead);
302 const uint32_t nRead = Negotiate((uint8_t*)lpBuf, m_nObfusicationBytesReceived);
438 int CEncryptedStreamSocket::Negotiate(const uint8* pBuffer, uint32 nLen) function in class:CEncryptedStreamSocket
443 //DumpMem(pBuffer, nLen, wxT("Negotiate buffer: "));

Completed in 24 milliseconds