Searched defs:macSize (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Deax.cpp49 void EAX_Base::AuthenticateLastFooterBlock(byte *tag, size_t macSize) argument
H A Dauthenc.cpp136 void AuthenticatedSymmetricCipherBase::TruncatedFinal(byte *mac, size_t macSize) argument
H A Dccm.cpp132 void CCM_Base::AuthenticateLastFooterBlock(byte *mac, size_t macSize) argument
H A Dgcm.cpp647 void GCM_Base::AuthenticateLastFooterBlock(byte *mac, size_t macSize) argument
H A Dfipstest.cpp40 const byte * CRYPTOPP_API GetActualMacAndLocation(unsigned int &macSize, unsigned int &fileLocation) argument
262 unsigned int macSize = mac->DigestSize(); local
H A Dcryptlib.cpp211 void AuthenticatedSymmetricCipher::EncryptAndAuthenticate(byte *ciphertext, byte *mac, size_t macSize, const byte *iv, int ivLength, const byte *header, size_t headerLength, const byte *message, size_t messageLength) argument

Completed in 45 milliseconds