Searched refs:CombineMessageAndShiftRegister (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dstrciphr.cpp189 CombineMessageAndShiftRegister(outString, reg + bytesPerIteration - m_leftOver, inString, len);
218 CombineMessageAndShiftRegister(outString, reg, inString, bytesPerIteration);
227 CombineMessageAndShiftRegister(outString, reg, inString, length);
233 void CFB_EncryptionTemplate<BASE>::CombineMessageAndShiftRegister(byte *output, byte *reg, const byte *message, size_t length) function in class:CFB_EncryptionTemplate
240 void CFB_DecryptionTemplate<BASE>::CombineMessageAndShiftRegister(byte *output, byte *reg, const byte *message, size_t length) function in class:CFB_DecryptionTemplate
H A Dstrciphr.h248 virtual void CombineMessageAndShiftRegister(byte *output, byte *reg, const byte *message, size_t length) =0;
259 void CombineMessageAndShiftRegister(byte *output, byte *reg, const byte *message, size_t length);
266 void CombineMessageAndShiftRegister(byte *output, byte *reg, const byte *message, size_t length);

Completed in 31 milliseconds