Searched refs:StreamTransformationFilter (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dvalidat1.cpp527 StreamTransformationFilter filter(e, new StreamTransformationFilter(d));
572 fail = !TestFilter(StreamTransformationFilter(modeE, NULL, StreamTransformationFilter::NO_PADDING).Ref(),
578 fail = !TestFilter(StreamTransformationFilter(modeD, NULL, StreamTransformationFilter::NO_PADDING).Ref(),
591 fail = !TestFilter(StreamTransformationFilter(modeE, NULL, StreamTransformationFilter::NO_PADDING).Ref(),
597 fail = !TestFilter(StreamTransformationFilter(modeD, NULL, StreamTransformationFilter
[all...]
H A Dfilters.cpp543 StreamTransformationFilter::StreamTransformationFilter(StreamTransformation &c, BufferedTransformation *attachment, BlockPaddingScheme padding, bool allowAuthenticatedSymmetricCipher) function in class:StreamTransformationFilter
550 throw InvalidArgument("StreamTransformationFilter: please use AuthenticatedEncryptionFilter and AuthenticatedDecryptionFilter for AuthenticatedSymmetricCipher");
555 size_t StreamTransformationFilter::LastBlockSize(StreamTransformation &c, BlockPaddingScheme padding)
565 void StreamTransformationFilter::InitializeDerivedAndReturnNewSizes(const NameValuePairs &parameters, size_t &firstSize, size_t &blockSize, size_t &lastSize)
576 throw InvalidArgument("StreamTransformationFilter: PKCS_PADDING and ONE_AND_ZEROS_PADDING cannot be used with " + m_cipher.AlgorithmName());
583 void StreamTransformationFilter::FirstPut(const byte *inString)
589 void StreamTransformationFilter::NextPutMultiple(const byte *inString, size_t length)
616 void StreamTransformationFilter::NextPutModifiable(byte *inString, size_t length)
622 void StreamTransformationFilter
[all...]
H A Ddefault.cpp113 SetFilter(new StreamTransformationFilter(m_cipher));
175 std::auto_ptr<StreamTransformationFilter> decryptor(new StreamTransformationFilter(m_cipher));
H A Dfipstest.cpp84 StringSource(plaintext, true, new HexDecoder(new StreamTransformationFilter(encryption, new ChannelSwitch(comparison, "0"), StreamTransformationFilter::NO_PADDING)));
87 StringSource(ciphertext, true, new HexDecoder(new StreamTransformationFilter(decryption, new ChannelSwitch(comparison, "0"), StreamTransformationFilter::NO_PADDING)));
H A Ddatatest.cpp343 StringSource ss(plaintext, false, new StreamTransformationFilter(*encryptor, new StringSink(encrypted), StreamTransformationFilter::NO_PADDING));
349 StringSource ss(plaintext, false, new StreamTransformationFilter(*encryptor, new StringSink(z), StreamTransformationFilter::NO_PADDING));
373 StringSource dd(encrypted, false, new StreamTransformationFilter(*decryptor, new StringSink(decrypted), StreamTransformationFilter::NO_PADDING));
H A Dfilters.h260 class CRYPTOPP_DLL StreamTransformationFilter : public FilterWithBufferedInput, public BlockPaddingSchemeDef, private FilterPutSpaceHelper class in inherits:FilterWithBufferedInput,BlockPaddingSchemeDef,FilterPutSpaceHelper
266 StreamTransformationFilter(StreamTransformation &c, BufferedTransformation *attachment = NULL, BlockPaddingScheme padding = DEFAULT_PADDING, bool allowAuthenticatedSymmetricCipher = false);
285 typedef StreamTransformationFilter StreamCipherFilter;
344 class CRYPTOPP_DLL AuthenticatedEncryptionFilter : public StreamTransformationFilter
347 /*! See StreamTransformationFilter for documentation on BlockPaddingScheme */
366 /*! See StreamTransformationFilter for documentation on BlockPaddingScheme */
381 StreamTransformationFilter m_streamFilter;
H A Dfipsalgt.cpp1037 member_ptr<Filter> pFilter(new StreamTransformationFilter(*pCipher, new ArraySink(result, result.size()), StreamTransformationFilter::NO_PADDING));
H A Dtest.cpp505 FileSource(infile, true, new StreamTransformationFilter(aes, new FileSink(outfile)));

Completed in 125 milliseconds