Searched refs:ByteOrder (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.h369 inline ByteOrder GetNativeByteOrder()
374 inline bool NativeByteOrderIs(ByteOrder order)
659 inline unsigned int GetByte(ByteOrder order, T value, unsigned int index)
774 inline T ConditionalByteReverse(ByteOrder order, T value)
789 inline void ConditionalByteReverse(ByteOrder order, T *out, const T *in, size_t byteCount)
798 inline void GetUserKey(ByteOrder order, T *out, size_t outlen, const byte *in, size_t inlen)
808 inline byte UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, const byte *)
813 inline word16 UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, const word16 *)
820 inline word32 UnalignedGetWordNonTemplate(ByteOrder order, const byte *block, const word32 *)
827 inline word64 UnalignedGetWordNonTemplate(ByteOrder orde
[all...]
H A Diterhash.h41 virtual ByteOrder GetByteOrder() const =0;
66 ByteOrder GetByteOrder() const {return T_Endianness::ToEnum();}
H A Dvmac.h22 ByteOrder GetByteOrder() const {return LITTLE_ENDIAN_ORDER;}
H A Dcryptlib.h105 enum ByteOrder {LITTLE_ENDIAN_ORDER = 0, BIG_ENDIAN_ORDER = 1}; enum
106 typedef EnumToType<ByteOrder, LITTLE_ENDIAN_ORDER> LittleEndian;
107 typedef EnumToType<ByteOrder, BIG_ENDIAN_ORDER> BigEndian;
805 size_t PutWord16(word16 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true);
807 size_t PutWord32(word32 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true);
903 size_t GetWord16(word16 &value, ByteOrder order=BIG_ENDIAN_ORDER);
905 size_t GetWord32(word32 &value, ByteOrder order=BIG_ENDIAN_ORDER);
908 size_t PeekWord16(word16 &value, ByteOrder order=BIG_ENDIAN_ORDER) const;
910 size_t PeekWord32(word32 &value, ByteOrder order=BIG_ENDIAN_ORDER) const;
994 size_t ChannelPutWord16(const std::string &channel, word16 value, ByteOrder orde
[all...]
H A Dcryptlib.cpp585 size_t BufferedTransformation::ChannelPutWord16(const std::string &channel, word16 value, ByteOrder order, bool blocking)
591 size_t BufferedTransformation::ChannelPutWord32(const std::string &channel, word32 value, ByteOrder order, bool blocking)
597 size_t BufferedTransformation::PutWord16(word16 value, ByteOrder order, bool blocking)
602 size_t BufferedTransformation::PutWord32(word32 value, ByteOrder order, bool blocking)
607 size_t BufferedTransformation::PeekWord16(word16 &value, ByteOrder order) const
620 size_t BufferedTransformation::PeekWord32(word32 &value, ByteOrder order) const
633 size_t BufferedTransformation::GetWord16(word16 &value, ByteOrder order)
638 size_t BufferedTransformation::GetWord32(word32 &value, ByteOrder order)
H A Diterhash.cpp132 ByteOrder order = this->GetByteOrder();
H A Dshark.cpp97 ByteOrder order = GetNativeByteOrder();

Completed in 126 milliseconds