Searched refs:ByteQueue (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dqueue.h16 class CRYPTOPP_DLL ByteQueue : public Bufferless<BufferedTransformation> class in inherits:Bufferless
19 ByteQueue(size_t nodeSize=0);
20 ByteQueue(const ByteQueue &copy);
21 ~ByteQueue();
59 ByteQueue & operator=(const ByteQueue &rhs);
60 bool operator==(const ByteQueue &rhs) const;
62 void swap(ByteQueue &rhs);
67 Walker(const ByteQueue
[all...]
H A Dqueue.cpp14 // this class for use by ByteQueue only
131 ByteQueue::ByteQueue(size_t nodeSize) function in class:ByteQueue
138 void ByteQueue::SetNodeSize(size_t nodeSize)
144 ByteQueue::ByteQueue(const ByteQueue &copy) function in class:ByteQueue
149 void ByteQueue::CopyFrom(const ByteQueue &copy)
167 ByteQueue
[all...]
H A Dida.h49 std::vector<ByteQueue> m_outputQueues;
130 ByteQueue m_queue;
H A Dmqueue.h59 ByteQueue m_queue;
H A Dasn.h121 ByteQueue m_queue;
159 class CRYPTOPP_DLL DERGeneralEncoder : public ByteQueue
288 ByteQueue m_optionalAttributes;
H A Dmqueue.cpp47 ByteQueue::Walker walker(m_queue);
H A Dzinflate.h109 ByteQueue m_inQueue;
H A Dvalidat2.cpp319 ByteQueue bq;
388 ByteQueue queue;
587 ByteQueue bq;
597 ByteQueue queue;
636 ByteQueue bq;
646 ByteQueue queue;
H A Dnetwork.h225 ByteQueue m_buffer;
H A Dasn.cpp245 ByteQueue temp;
327 ByteQueue::Walker walker(m_queue);
H A Dida.cpp146 m_outputQueues.push_back(ByteQueue());
H A Dcryptlib.cpp692 ByteQueue m_plaintextQueue;
739 ByteQueue m_ciphertextQueue;
H A Ddatatest.cpp94 ByteQueue q;
H A Dfilters.h251 ByteQueue m_inQueue;
H A Dinteger.cpp3290 ByteQueue bq;

Completed in 205 milliseconds