Searched defs:outString (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dblumshub.cpp41 void PublicBlumBlumShub::ProcessData(byte *outString, const byte *inString, size_t length) argument
H A Darc4.cpp71 void ARC4_Base::ProcessData(byte *outString, const byte *inString, size_t length) argument
H A Dauthenc.cpp104 void AuthenticatedSymmetricCipherBase::ProcessData(byte *outString, const byte *inString, size_t length) argument
H A Dstrciphr.cpp29 void AdditiveCipherTemplate<S>::GenerateBlock(byte *outString, size_t length) argument
67 void AdditiveCipherTemplate<S>::ProcessData(byte *outString, const byte *inString, size_t length) argument
177 ProcessData(byte *outString, const byte *inString, size_t length) argument
[all...]
H A Dmodes.cpp147 void ECB_OneWay::ProcessData(byte *outString, const byte *inString, size_t length) argument
153 void CBC_Encryption::ProcessData(byte *outString, const byte *inString, size_t length) argument
166 void CBC_CTS_Encryption::ProcessLastBlock(byte *outString, const byte *inString, size_t length) argument
193 ProcessData(byte *outString, const byte *inString, size_t length) argument
207 ProcessLastBlock(byte *outString, const byte *inString, size_t length) argument
[all...]
H A Dqueue.cpp88 inline size_t Get(byte *outString, size_t getMax) argument
310 size_t ByteQueue::Get(byte *outString, size_t getMax) argument
329 size_t ByteQueue::Peek(byte *outString, size_t peekMax) const argument
[all...]
H A Dcryptlib.cpp187 void StreamTransformation::ProcessLastBlock(byte *outString, const byte *inString, size_t length) argument
406 size_t BufferedTransformation::Get(byte *outString, size_t getMax) argument
425 size_t BufferedTransformation::Peek(byte *outString, size_t peekMax) const argument
H A Dcryptlib.h511 inline void ProcessString(byte *outString, const byte *inString, size_t length) argument

Completed in 172 milliseconds