Searched refs:BlockCipher (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcmac.h25 const BlockCipher & GetCipher() const {return const_cast<CMAC_Base*>(this)->AccessCipher();}
26 virtual BlockCipher & AccessCipher() =0;
46 BlockCipher & AccessCipher() {return m_cipher;}
H A Dccm.cpp13 BlockCipher &blockCipher = AccessBlockCipher();
30 BlockCipher &cipher = AccessBlockCipher();
60 const BlockCipher &cipher = GetBlockCipher();
96 const BlockCipher &cipher = GetBlockCipher();
103 const BlockCipher &cipher = GetBlockCipher();
119 const BlockCipher &cipher = GetBlockCipher();
H A Dvmac.h25 virtual BlockCipher & AccessCipher() =0;
27 const BlockCipher & GetCipher() const {return const_cast<VMAC_Base *>(this)->AccessCipher();}
61 BlockCipher & AccessCipher() {return m_cipher;}
H A Drandpool.h27 member_ptr<BlockCipher> m_pCipher;
H A Dcbcmac.h21 virtual BlockCipher & AccessCipher() =0;
44 BlockCipher & AccessCipher() {return m_cipher;}
H A Dccm.h63 virtual BlockCipher & AccessBlockCipher() =0;
66 const BlockCipher & GetBlockCipher() const {return const_cast<CCM_Base *>(this)->AccessBlockCipher();};
86 BlockCipher & AccessBlockCipher() {return m_cipher;}
H A Dcmac.cpp45 BlockCipher &cipher = AccessCipher();
63 BlockCipher &cipher = AccessCipher();
103 BlockCipher &cipher = AccessCipher();
H A Dgcm.h59 virtual BlockCipher & AccessBlockCipher() =0;
62 const BlockCipher & GetBlockCipher() const {return const_cast<GCM_Base *>(this)->AccessBlockCipher();};
91 BlockCipher & AccessBlockCipher() {return m_cipher;}
H A Dsafer.h16 class CRYPTOPP_NO_VTABLE Base : public BlockCipher
H A Dseckey.h142 template <class INFO, class BASE = BlockCipher>
187 both of which implement the BlockCipher interface. */
190 //! implements the BlockCipher interface
191 typedef BlockCipher Encryption;
192 //! implements the BlockCipher interface
193 typedef BlockCipher Decryption;
H A Dtea.h97 class CRYPTOPP_NO_VTABLE Base : public AlgorithmImpl<SimpleKeyingInterfaceImpl<BlockCipher, BTEA_Info>, BTEA_Info>, public BTEA_Info
H A Dmodes.h45 void SetCipher(BlockCipher &cipher)
52 void SetCipherWithIV(BlockCipher &cipher, const byte *iv, int feedbackSize = 0)
75 BlockCipher *m_cipher;
282 CipherModeFinalTemplate_ExternalCipher(BlockCipher &cipher)
284 CipherModeFinalTemplate_ExternalCipher(BlockCipher &cipher, const byte *iv, int feedbackSize = 0)
H A Dgcm.cpp71 BlockCipher &blockCipher = AccessBlockCipher();
183 BlockCipher &cipher = AccessBlockCipher();
H A Dfipsalgt.cpp242 BlockCipher * NewBT(T *)
251 SymmetricCipher * NewMode(T *, BlockCipher &bt, const byte *iv)
798 member_ptr<BlockCipher> pBT;
H A Dcryptlib.h615 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE BlockCipher : public SimpleKeyingInterface, public BlockTransformation class in inherits:SimpleKeyingInterface,BlockTransformation
H A Dvmac.cpp49 BlockCipher &cipher = AccessCipher();

Completed in 50 milliseconds