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

Method FullReset

src/RC4Encrypt.cpp:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void CRC4EncryptableBuffer::FullReset()
151{
152 ResetData();
153 m_hasKey = false;
154 memset(&m_key, 0, sizeof(RC4_Key_Struct));
155}

Callers 1

DecryptReceivedClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected