Searched refs:AuthenticatedEncryptionFilter (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfilters.cpp550 throw InvalidArgument("StreamTransformationFilter: please use AuthenticatedEncryptionFilter and AuthenticatedDecryptionFilter for AuthenticatedSymmetricCipher");
809 AuthenticatedEncryptionFilter::AuthenticatedEncryptionFilter(AuthenticatedSymmetricCipher &c, BufferedTransformation *attachment,
817 void AuthenticatedEncryptionFilter::IsolatedInitialize(const NameValuePairs &parameters)
823 byte * AuthenticatedEncryptionFilter::ChannelCreatePutSpace(const std::string &channel, size_t &size)
831 throw InvalidChannelName("AuthenticatedEncryptionFilter", channel);
834 size_t AuthenticatedEncryptionFilter::ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking)
842 throw InvalidChannelName("AuthenticatedEncryptionFilter", channel);
845 void AuthenticatedEncryptionFilter::LastPut(const byte *inString, size_t length)
H A Dfilters.h344 class CRYPTOPP_DLL AuthenticatedEncryptionFilter : public StreamTransformationFilter class in inherits:StreamTransformationFilter
348 AuthenticatedEncryptionFilter(AuthenticatedSymmetricCipher &c, BufferedTransformation *attachment = NULL, bool putAAD=false, int truncatedDigestSize=-1, const std::string &macChannel=DEFAULT_CHANNEL, BlockPaddingScheme padding = DEFAULT_PADDING);
H A Ddatatest.cpp417 AuthenticatedEncryptionFilter ef(*asc1, new StringSink(encrypted));

Completed in 45 milliseconds