MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / ProcessString

Method ProcessString

src/cryptlib/cryptlib.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void StreamCipher::ProcessString(byte *outString, const byte *inString, unsigned int length)
39{
40 while(length--)
41 *outString++ = ProcessByte(*inString++);
42}
43
44void StreamCipher::ProcessString(byte *inoutString, unsigned int length)
45{

Callers 1

PutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected