Searched refs:DefaultDecryptorWithMAC (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 Ddefault.h81 class DefaultDecryptorWithMAC : public ProxyFilter class in inherits:ProxyFilter
84 class MACBadErr : public DefaultDecryptor::Err {public: MACBadErr() : DefaultDecryptor::Err("DefaultDecryptorWithMAC: MAC check failed") {}};
86 DefaultDecryptorWithMAC(const char *passphrase, BufferedTransformation *attachment = NULL, bool throwException=true);
87 DefaultDecryptorWithMAC(const byte *passphrase, size_t passphraseLength, BufferedTransformation *attachment = NULL, bool throwException=true);
H A Ddefault.cpp225 DefaultDecryptorWithMAC::DefaultDecryptorWithMAC(const char *passphrase, BufferedTransformation *attachment, bool throwException) function in class:DefaultDecryptorWithMAC
233 DefaultDecryptorWithMAC::DefaultDecryptorWithMAC(const byte *passphrase, size_t passphraseLength, BufferedTransformation *attachment, bool throwException) function in class:DefaultDecryptorWithMAC
241 DefaultDecryptor::State DefaultDecryptorWithMAC::CurrentState() const
246 bool DefaultDecryptorWithMAC::CheckLastMAC() const
251 void DefaultDecryptorWithMAC::LastPut(const byte *inString, size_t length)
H A Dtest.cpp523 HexDecoder decryptor(new DefaultDecryptorWithMAC(passPhrase, new StringSink(outstr)));
537 FileSource f(in, true, new DefaultDecryptorWithMAC(passPhrase, new FileSink(out)));

Completed in 39 milliseconds