Searched refs:StreamTransformation (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dblumshub.h13 public StreamTransformation
H A Dbench.cpp95 void BenchMark(const char *name, StreamTransformation &cipher, double timeTotal)
238 BenchMarkByName2<AuthenticatedSymmetricCipher, StreamTransformation>("AES/GCM", 0, "AES/GCM (2K tables)", MakeParameters(Name::TableSize(), 2048));
239 BenchMarkByName2<AuthenticatedSymmetricCipher, StreamTransformation>("AES/GCM", 0, "AES/GCM (64K tables)", MakeParameters(Name::TableSize(), 64*1024));
240 BenchMarkByName2<AuthenticatedSymmetricCipher, StreamTransformation>("AES/CCM");
241 BenchMarkByName2<AuthenticatedSymmetricCipher, StreamTransformation>("AES/EAX");
H A Dfipstest.cpp80 void KnownAnswerTest(StreamTransformation &encryption, StreamTransformation &decryption, const char *plaintext, const char *ciphertext)
H A Dcryptlib.h477 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE StreamTransformation : public Algorithm class in inherits:Algorithm
481 /*! This function is useful for passing a temporary StreamTransformation object to a
483 StreamTransformation& Ref() {return *this;}
523 throw NotImplemented("StreamTransformation: this object doesn't support random access");
622 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE SymmetricCipher : public SimpleKeyingInterface, public StreamTransformation
636 /*! The StreamTransformation part of this interface is used to encrypt/decrypt the data, and the MessageAuthenticationCode part of this
638 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE AuthenticatedSymmetricCipher : public MessageAuthenticationCode, public StreamTransformation
759 StreamTransformation, and HashTransformation.
H A Dfilters.h259 //! Filter Wrapper for StreamTransformation, optionally handling padding/unpadding when needed
266 StreamTransformationFilter(StreamTransformation &c, BufferedTransformation *attachment = NULL, BlockPaddingScheme padding = DEFAULT_PADDING, bool allowAuthenticatedSymmetricCipher = false);
277 static size_t LastBlockSize(StreamTransformation &c, BlockPaddingScheme padding);
279 StreamTransformation &m_cipher;
H A Dcryptlib.cpp177 unsigned int StreamTransformation::OptimalDataAlignment() const
187 void StreamTransformation::ProcessLastBlock(byte *outString, const byte *inString, size_t length)
H A Dfilters.cpp543 StreamTransformationFilter::StreamTransformationFilter(StreamTransformation &c, BufferedTransformation *attachment, BlockPaddingScheme padding, bool allowAuthenticatedSymmetricCipher)
555 size_t StreamTransformationFilter::LastBlockSize(StreamTransformation &c, BlockPaddingScheme padding)

Completed in 51 milliseconds