MCPcopy Create free account
hub / github.com/c3d/tao3D / ProcessData

Method ProcessData

libcryptopp/cryptopp/modes.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void ECB_OneWay::ProcessData(byte *outString, const byte *inString, size_t length)
150{
151 assert(length%BlockSize()==0);
152 m_cipher->AdvancedProcessBlocks(inString, NULL, outString, length, BlockTransformation::BT_AllowParallel);
153}
154
155void CBC_Encryption::ProcessData(byte *outString, const byte *inString, size_t length)
156{

Callers

nothing calls this directly

Calls 4

AdvancedProcessBlocksMethod · 0.80
BlockSizeFunction · 0.70
ProcessAndXorBlockMethod · 0.45
swapMethod · 0.45

Tested by

no test coverage detected