MCPcopy Create free account
hub / github.com/amule-project/amule / Encrypt

Method Encrypt

src/RC4Encrypt.cpp:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55void CRC4EncryptableBuffer::Encrypt()
56{
57 wxASSERT(!m_encrypted);
58 RC4Crypt(GetRawBuffer(), GetRawBuffer(), GetLength());
59 m_encrypted = true;
60}
61
62void CRC4EncryptableBuffer::RC4Crypt( const uint8 *pachIn, uint8 *pachOut, uint32 nLen)
63{

Callers 1

NegotiateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected