Searched refs:BigEndian (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dwhrlpool.h10 class Whirlpool : public IteratedHashWithStaticTransform<word64, BigEndian, 64, 64, Whirlpool>
H A Dsha.h9 class CRYPTOPP_DLL SHA1 : public IteratedHashWithStaticTransform<word32, BigEndian, 64, 20, SHA1>
20 class CRYPTOPP_DLL SHA256 : public IteratedHashWithStaticTransform<word32, BigEndian, 64, 32, SHA256, 32, true>
32 class CRYPTOPP_DLL SHA224 : public IteratedHashWithStaticTransform<word32, BigEndian, 64, 32, SHA224, 28, true>
44 class CRYPTOPP_DLL SHA512 : public IteratedHashWithStaticTransform<word64, BigEndian, 128, 64, SHA512, 64, CRYPTOPP_BOOL_X86>
53 class CRYPTOPP_DLL SHA384 : public IteratedHashWithStaticTransform<word64, BigEndian, 128, 64, SHA384, 48, CRYPTOPP_BOOL_X86>
H A Dwake.h11 template <class B = BigEndian>
18 template <class B = BigEndian>
34 template <class B = BigEndian>
52 template <class B = BigEndian>
61 template <class B = BigEndian>
69 template <class B = BigEndian>
76 template <class B = BigEndian>
H A Dseal.h9 template <class B = BigEndian>
15 template <class B = BigEndian>
35 template <class B = BigEndian>
H A Dregtest.cpp75 RegisterDefaultFactoryFor<HashTransformation, Weak::PanamaHash<BigEndian> >();
83 RegisterDefaultFactoryFor<MessageAuthenticationCode, Weak::PanamaMAC<BigEndian> >();
103 RegisterSymmetricCipherDefaultFactories<PanamaCipher<BigEndian> >();
H A Dwake.cpp64 BlockGetAndPut<word32, BigEndian>::Get(key)(r3)(r4)(r5)(r6)(k0)(k1)(k2)(k3);
120 template class WAKE_Policy<BigEndian>;
122 //template class WAKE_ROFB_Policy<BigEndian>;
H A Dblowfish.cpp73 typedef BlockGetAndPut<word32, BigEndian> Block;
H A D3way.cpp85 typedef BlockGetAndPut<word32, BigEndian> Block;
H A Dpanama.cpp495 template class Panama<BigEndian>;
498 template class Weak::PanamaHash<BigEndian>;
501 template class PanamaCipherPolicy<BigEndian>;
H A Dseed.cpp60 GetBlock<word64, BigEndian> get(userKey);
86 typedef BlockGetAndPut<word32, BigEndian> Block;
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);
199 typedef BlockGetAndPut<word32, BigEndian> Block;
H A Dgcm.cpp33 typedef BlockGetAndPut<word64, BigEndian> Block;
97 typedef BlockGetAndPut<word64, BigEndian> Block;
210 PutBlock<word64, BigEndian, true>(NULL, m_buffer)(0)(origLen*8);
643 PutBlock<word64, BigEndian, true>(NULL, m_buffer)(m_totalHeaderLength*8)(m_totalMessageLength*8);
H A Didea.cpp160 typedef BlockGetAndPut<word16, BigEndian> Block;
H A Dsafer.cpp99 typedef BlockGetAndPut<byte, BigEndian> Block;
H A Dseal.cpp210 template class SEAL_Policy<BigEndian>;
H A Dshacal2.cpp53 typedef BlockGetAndPut<word32, BigEndian> Block;
H A Dshark.cpp113 PutBlock<byte, BigEndian>(xorBlock, outBlock)
H A Dsquare.cpp122 typedef BlockGetAndPut<word32, BigEndian> Block;
H A Dtea.cpp10 typedef BlockGetAndPut<word32, BigEndian> Block;
H A Ddes.cpp23 typedef BlockGetAndPut<word32, BigEndian> Block;
H A Dcast.cpp34 typedef BlockGetAndPut<word32, BigEndian> Block;
H A Dcryptlib.h107 typedef EnumToType<ByteOrder, BIG_ENDIAN_ORDER> BigEndian; typedef
H A Dmisc.h366 typedef BigEndian NativeByteOrder;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Drtmp_mac.h194 u32 BigEndian:1; member in struct:_WPDMA_GLO_CFG_STRUC::__anon15661

Completed in 285 milliseconds