Searched refs:DefaultEncryptorWithMAC (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.h66 class DefaultEncryptorWithMAC : public ProxyFilter class in inherits:ProxyFilter
69 DefaultEncryptorWithMAC(const char *passphrase, BufferedTransformation *attachment = NULL);
70 DefaultEncryptorWithMAC(const byte *passphrase, size_t passphraseLength, BufferedTransformation *attachment = NULL);
H A Ddefault.cpp204 DefaultEncryptorWithMAC::DefaultEncryptorWithMAC(const char *passphrase, BufferedTransformation *attachment) function in class:DefaultEncryptorWithMAC
211 DefaultEncryptorWithMAC::DefaultEncryptorWithMAC(const byte *passphrase, size_t passphraseLength, BufferedTransformation *attachment) function in class:DefaultEncryptorWithMAC
218 void DefaultEncryptorWithMAC::LastPut(const byte *inString, size_t length)
H A Dtest.cpp512 DefaultEncryptorWithMAC encryptor(passPhrase, new HexEncoder(new StringSink(outstr)));
532 FileSource f(in, true, new DefaultEncryptorWithMAC(passPhrase, new FileSink(out)));

Completed in 29 milliseconds