Searched refs:GetBlock (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmisc.h1008 class GetBlock
1011 GetBlock(const void *block)
1015 inline GetBlock<T, B, A> & operator()(U &x)
1053 static inline GetBlock<T, B, GA> Get(const void *block) {return GetBlock<T, B, GA>(block);}
H A Dfilters.cpp245 byte *FilterWithBufferedInput::BlockQueue::GetBlock()
374 NextPutModifiable(m_queue.GetBlock(), m_blockSize);
384 NextPutModifiable(m_queue.GetBlock(), m_blockSize);
426 NextPutModifiable(m_queue.GetBlock(), m_blockSize);
H A Dcamellia.cpp72 GetBlock<word32, BigEndian> getBlock(key);
151 GetBlock<word32, BigEndian>(key+16)(kr0)(kr1);
155 GetBlock<word32, BigEndian>(key+24)(kr2)(kr3);
H A Dsalsa.cpp29 GetBlock<word32, LittleEndian> get1(key);
31 GetBlock<word32, LittleEndian> get2(key + length - 16);
44 GetBlock<word32, LittleEndian> get(IV);
571 GetBlock<word32, LittleEndian> get(IV);
H A Dseed.cpp60 GetBlock<word64, BigEndian> get(userKey);
H A Dcryptlib.h720 void GetBlock(byte *output, size_t size) {GenerateBlock(output, size);} function in class:RandomNumberGenerator
H A Dfilters.h209 byte *GetBlock();

Completed in 171 milliseconds