Searched refs:Encode (Results 1 - 25 of 64) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DRLE.h46 const uint8 *Encode(const ArrayOfUInts16 &data, int &outlen, bool &changed);
47 const uint8 *Encode(const ArrayOfUInts64 &data, int &outlen, bool &changed);
66 // Encode some raw data
76 const uint8 *Encode(const uint8 *data, int inlen, int &outlen, bool &changed);
78 // Encode: source data (original or diff in diff mode)
H A DRLE.cpp157 const uint8 * RLE_Data::Encode(const uint8 *data, int inlen, int &outlen, bool &changed) function in class:RLE_Data
215 const uint8 * RLE_Data::Encode(const ArrayOfUInts16 &data, int &outlen, bool &changed) function in class:RLE_Data
222 return Encode(0, 0, outlen, changed);
231 return Encode(bufPtr, size, outlen, changed);
234 const uint8 * RLE_Data::Encode(const ArrayOfUInts64 &data, int &outlen, bool &changed) function in class:RLE_Data
243 return Encode(0, 0, outlen, changed);
254 return Encode(bufPtr, size * 8, outlen, changed);
H A DUserEvents.h72 ((CPartFile*)object)->GetFileHash().Encode() ) \
H A DCanceledFileList.cpp72 AddDebugLogLineN(logKnownFiles, CFormat(wxT("Canceled file read: %s")) % hash.Encode());
H A DMD4Hash.h232 wxString Encode() const { function in class:CMD4Hash
H A DamuleAppCommon.cpp142 uri.AddField(wxT("xt"), wxString(wxT("urn:ed2k:")) + f->GetFileHash().Encode().Lower());
143 uri.AddField(wxT("xt"), wxString(wxT("urn:ed2khash:")) + f->GetFileHash().Encode().Lower());
156 % f->GetFileSize() % f->GetFileHash().Encode();
185 strURL << wxT(":") << thePrefs::GetUserHash().Encode();
H A DClientDetailDialog.cpp78 m_client.GetUserHash().Encode());
H A DExternalConn.cpp64 * Encode 'obtained parts' info to be sent to remote gui
76 virtual void Encode(CECTag *parent_tag);
123 virtual void Encode(CECTag *parent_tag);
646 enc->Encode(&filetag);
669 enc->Encode(&filetag);
674 enc->Encode(&filetag);
777 enc->Encode(&filetag);
799 AddLogLineN(CFormat(_("Remote PartFile command failed: FileHash not found: %s")) % hash.Encode());
801 response->AddTag(CECTag(EC_TAG_STRING, CFormat(wxString(wxTRANSLATE("FileHash not found: %s"))) % hash.Encode()));
1143 void CPartFile_Encoder::Encode(CECTa function in class:CPartFile_Encoder
1263 void CKnownFile_Encoder::Encode(CECTag *parent) function in class:CKnownFile_Encoder
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Delgamal.h16 agreedElement.Encode(derivedKey, derivedLength);
52 a_times_b_mod_c(Integer(key, modulusLen), Integer(block, modulusLen-1), p).Encode(cipherText, modulusLen);
65 m.Encode(plainText, 1);
70 m.Encode(plainText, plainTextLength);
H A Dxtrcrypt.cpp80 x.Encode(privateKey, PrivateKeyLength());
87 y.Encode(publicKey, PublicKeyLength());
104 z.Encode(agreedValue, AgreedValueLength());
H A Ddsa.cpp41 r.Encode(sink, bufferSize/2);
42 s.Encode(sink, bufferSize/2);
H A Dpubkey.cpp85 GetTrapdoorFunctionInterface().CalculateRandomizedInverse(rng, r).Encode(signature, signatureLength);
102 x.Encode(ma.m_representative, ma.m_representative.size());
141 x.Encode(paddedBlock, paddedBlock.size());
157 GetTrapdoorFunctionInterface().ApplyRandomizedFunction(rng, Integer(paddedBlock, paddedBlock.size())).Encode(ciphertext, FixedCiphertextLength());
H A Dec2n.cpp102 P.x.Encode(bt, m_field->MaxElementByteLength());
108 P.x.Encode(bt, len);
109 P.y.Encode(bt, len);
H A Dxtr.h21 void Encode(byte *encodedElement, unsigned int size) function in class:GFP2Element
23 c1.Encode(encodedElement, size/2);
24 c2.Encode(encodedElement+size/2, size/2);
H A Dzdeflate.h42 void Encode(LowFirstBitWriter &writer, value_t value) const;
H A Dmqv.h52 x.Encode(privateKey, StaticPrivateKeyLength());
70 x.Encode(privateKey, StaticPrivateKeyLength());
H A Dgfpcrypt.cpp87 h.Encode(representative, representativeByteLength);
109 h.Encode(representative, representativeByteLength);
H A Dzdeflate.cpp209 inline void HuffmanEncoder::Encode(LowFirstBitWriter &writer, value_t value) const function in class:HuffmanEncoder
696 codeLengthEncoder.Encode(*this, code);
715 literalEncoder.Encode(*this, literalCode);
721 distanceEncoder.Encode(*this, distanceCode);
725 literalEncoder.Encode(*this, 256); // end of block
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECFileConfig.h95 return wxFileConfig::Write(key, hash.IsEmpty() ? wxString(wxEmptyString) : hash.Encode());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmd4.c56 static void Encode(unsigned char *, UINT4 *, unsigned int);
147 Encode (bits, context->count, 8);
168 Encode (digest, context->state, 16);
250 static void Encode(unsigned char *output, UINT4 *input, unsigned int len) function
H A Dmd5.c222 static void Encode(unsigned char *, UINT4 *, unsigned int);
326 Encode (bits, context->count, 8);
337 Encode (digest, context->state, 16);
435 static void Encode (unsigned char *output, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bpalogin/
H A Dgen_md5.c61 static void Encode(unsigned char *, unsigned int*, unsigned int);
161 Encode(bits, context->count, 8);
173 Encode(digest, context->state, 16);
279 Encode(unsigned char *output, unsigned int * input, unsigned int len) function
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/LzmaUtil/
H A DLzmaUtil.c134 static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UInt64 fileSize, char *rs) function
222 res = Encode(&outStream.s, &inStream.s, fileSize, rs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DMD5Sum.cpp105 static void Encode (unsigned char *, uint32_t *, size_t);
200 Encode (bits, context->count, 8);
213 Encode (digest, context->state, 16);
312 static void Encode (unsigned char *output, uint32_t *input, size_t len) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DPrint.h71 inline std::ostream& operator<<(std::ostream& x, const CMD4Hash& y) { return x << y.Encode(); }

Completed in 293 milliseconds

123