Searched refs:aReadBuffer (Results 1 – 2 of 2) sorted by relevance
415 Sequence < sal_Int8 > aReadBuffer ( nSize ); in StaticGetDataFromRawStream() local417 xStream->readBytes( aReadBuffer, nSize ); in StaticGetDataFromRawStream()419 if ( !StaticHasValidPassword( xFactory, aReadBuffer, rData ) ) in StaticGetDataFromRawStream()441 …e< lang::XMultiServiceFactory >& xFactory, const Sequence< sal_Int8 > &aReadBuffer, const ::rtl::R… in StaticHasValidPassword() argument454 aDecryptBuffer = xCipher->convertWithCipherContext( aReadBuffer ); in StaticHasValidPassword()508 Sequence < sal_Int8 > aReadBuffer ( nSize ); in hasValidPassword() local510 xStream->readBytes( aReadBuffer, nSize ); in hasValidPassword()512 bRet = StaticHasValidPassword( m_xFactory, aReadBuffer, rData ); in hasValidPassword()
164 const ::com::sun::star::uno::Sequence< sal_Int8 > &aReadBuffer,
Completed in 18 milliseconds