Searched refs:DefaultEncryptor (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.h17 class DefaultEncryptor : public ProxyFilter class in inherits:ProxyFilter
20 DefaultEncryptor(const char *passphrase, BufferedTransformation *attachment = NULL);
21 DefaultEncryptor(const byte *passphrase, size_t passphraseLength, BufferedTransformation *attachment = NULL);
H A Ddefault.cpp72 DefaultEncryptor::DefaultEncryptor(const char *passphrase, BufferedTransformation *attachment) function in class:DefaultEncryptor
77 DefaultEncryptor::DefaultEncryptor(const byte *passphrase, size_t passphraseLength, BufferedTransformation *attachment) function in class:DefaultEncryptor
83 void DefaultEncryptor::FirstPut(const byte *)
118 void DefaultEncryptor::LastPut(const byte *inString, size_t length)
208 SetFilter(new HashFilter(*m_mac, new DefaultEncryptor(passphrase), true));
215 SetFilter(new HashFilter(*m_mac, new DefaultEncryptor(passphrase, passphraseLength), true));

Completed in 498 milliseconds