Call base class IsolatedInitialize
parent
0a20141f36
commit
3faf716d73
|
|
@ -595,7 +595,7 @@ StreamTransformationFilter::StreamTransformationFilter(StreamTransformation &c,
|
||||||
m_isSpecial = m_cipher.IsLastBlockSpecial() && m_mandatoryBlockSize > 1;
|
m_isSpecial = m_cipher.IsLastBlockSpecial() && m_mandatoryBlockSize > 1;
|
||||||
m_reservedBufferSize = STDMAX(2*m_mandatoryBlockSize, m_optimalBufferSize);
|
m_reservedBufferSize = STDMAX(2*m_mandatoryBlockSize, m_optimalBufferSize);
|
||||||
|
|
||||||
IsolatedInitialize(MakeParameters(Name::BlockPaddingScheme(), padding));
|
FilterWithBufferedInput::IsolatedInitialize(MakeParameters(Name::BlockPaddingScheme(), padding));
|
||||||
}
|
}
|
||||||
|
|
||||||
StreamTransformationFilter::StreamTransformationFilter(StreamTransformation &c, BufferedTransformation *attachment, BlockPaddingScheme padding, bool authenticated)
|
StreamTransformationFilter::StreamTransformationFilter(StreamTransformation &c, BufferedTransformation *attachment, BlockPaddingScheme padding, bool authenticated)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue