Searched refs:DefaultDecryptor (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddefault.h33 class DefaultDecryptor : public ProxyFilter class in inherits:ProxyFilter
36 DefaultDecryptor(const char *passphrase, BufferedTransformation *attachment = NULL, bool throwException=true);
37 DefaultDecryptor(const byte *passphrase, size_t passphraseLength, BufferedTransformation *attachment = NULL, bool throwException=true);
45 class KeyBadErr : public Err {public: KeyBadErr() : Err("DefaultDecryptor: cannot decrypt message with this passphrase") {}};
84 class MACBadErr : public DefaultDecryptor::Err {public: MACBadErr() : DefaultDecryptor::Err("DefaultDecryptorWithMAC: MAC check failed") {}};
89 DefaultDecryptor::State CurrentState() const;
H A Ddefault.cpp125 DefaultDecryptor::DefaultDecryptor(const char *p, BufferedTransformation *attachment, bool throwException) function in class:DefaultDecryptor
133 DefaultDecryptor::DefaultDecryptor(const byte *passphrase, size_t passphraseLength, BufferedTransformation *attachment, bool throwException) function in class:DefaultDecryptor
141 void DefaultDecryptor::FirstPut(const byte *inString)
146 void DefaultDecryptor::LastPut(const byte *inString, size_t length)
161 void DefaultDecryptor::CheckKey(const byte *salt, const byte *keyCheck)
230 SetFilter(new DefaultDecryptor(passphrase, m_hashVerifier=new HashVerifier(*m_mac, NULL, HashVerifier::PUT_MESSAGE), throwException));
238 SetFilter(new DefaultDecryptor(passphrase, passphraseLength, m_hashVerifier=new HashVerifier(*m_mac, NULL, HashVerifier::PUT_MESSAGE), throwException));
241 DefaultDecryptor
[all...]

Completed in 44 milliseconds