Searched refs:BytePtr (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 Dvmac.cpp68 cipher.ProcessBlock(in, out.BytePtr());
69 m_polyState()[i*4+2] = GetWord<word64>(true, BIG_ENDIAN_ORDER, out.BytePtr()) & mpoly;
70 m_polyState()[i*4+3] = GetWord<word64>(true, BIG_ENDIAN_ORDER, out.BytePtr()+8) & mpoly;
81 cipher.ProcessBlock(in, out.BytePtr());
82 l3Key[i*2+0] = GetWord<word64>(true, BIG_ENDIAN_ORDER, out.BytePtr());
83 l3Key[i*2+1] = GetWord<word64>(true, BIG_ENDIAN_ORDER, out.BytePtr()+8);
H A Dsecblock.h341 byte * BytePtr() {return (byte *)m_ptr;} function in class:SecBlock
342 const byte * BytePtr() const {return (const byte *)m_ptr;} function in class:SecBlock

Completed in 39 milliseconds