Searched refs:ProcessData (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dblumshub.h21 void ProcessData(byte *outString, const byte *inString, size_t length);
H A Dauthenc.cpp104 void AuthenticatedSymmetricCipherBase::ProcessData(byte *outString, const byte *inString, size_t length) function in class:AuthenticatedSymmetricCipherBase
115 throw BadState(AlgorithmName(), "ProcessData", "setting key and IV");
117 throw BadState(AlgorithmName(), "ProcessData was called after footer input has started");
125 AccessSymmetricCipher().ProcessData(outString, inString, length);
128 AccessSymmetricCipher().ProcessData(outString, inString, length);
H A Darc4.h21 void ProcessData(byte *outString, const byte *inString, size_t length);
H A Dauthenc.h23 void ProcessData(byte *outString, const byte *inString, size_t length);
H A Dblumshub.cpp41 void PublicBlumBlumShub::ProcessData(byte *outString, const byte *inString, size_t length) function in class:PublicBlumBlumShub
H A Darc4.cpp71 void ARC4_Base::ProcessData(byte *outString, const byte *inString, size_t length) function in class:Weak1::ARC4_Base
H A Dmodes.cpp147 void ECB_OneWay::ProcessData(byte *outString, const byte *inString, size_t length) function in class:ECB_OneWay
153 void CBC_Encryption::ProcessData(byte *outString, const byte *inString, size_t length) function in class:CBC_Encryption
193 void CBC_Decryption::ProcessData(byte *outString, const byte *inString, size_t length) function in class:CBC_Decryption
H A Dstrciphr.cpp67 void AdditiveCipherTemplate<S>::ProcessData(byte *outString, const byte *inString, size_t length) function in class:AdditiveCipherTemplate
177 void CFB_CipherTemplate<BASE>::ProcessData(byte *outString, const byte *inString, size_t length) function in class:CFB_CipherTemplate
H A Dccm.cpp135 m_ctr.ProcessData(mac, CBC_Buffer(), macSize);
H A Dmodes.h188 void ProcessData(byte *outString, const byte *inString, size_t length);
204 void ProcessData(byte *outString, const byte *inString, size_t length);
228 void ProcessData(byte *outString, const byte *inString, size_t length);
H A Dstrciphr.h138 void ProcessData(byte *outString, const byte *inString, size_t length);
237 void ProcessData(byte *outString, const byte *inString, size_t length);
H A Dcryptlib.h499 virtual void ProcessData(byte *outString, const byte *inString, size_t length) =0;
507 //! same as ProcessData(inoutString, inoutString, length)
509 {ProcessData(inoutString, inoutString, length);}
510 //! same as ProcessData(outString, inString, length)
512 {ProcessData(outString, inString, length);}
513 //! implemented as {ProcessData(&input, &input, 1); return input;}
515 {ProcessData(&input, &input, 1); return input;}
H A Dfilters.cpp683 m_cipher.ProcessData(space, space, s);
690 m_cipher.ProcessData(space, inString, s);
H A Dcryptlib.cpp192 ProcessData(outString, inString, length);
H A Dgcm.cpp650 m_ctr.ProcessData(mac, HashBuffer(), macSize);
H A Dvalidat1.cpp1168 enc.ProcessData(out, plain[i], 8);
1172 dec.ProcessData(outplain, cipher[i], 8);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/perfcounter/
H A Dperf.h135 } ProcessData; typedef in typeref:struct:process_data
141 ProcessData *data;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Ddatastreamtest.cpp110 void ProcessData(const T *Values, function in class:TestMultiRW
147 ProcessData(Values, (typename ValueArray::size_type) Size, pfnWriter, pfnReader);
153 ProcessData(&*Values.begin(), Values.size(), pfnWriter, pfnReader);

Completed in 507 milliseconds