Searched refs:aReadBuffer (Results 1 – 2 of 2) sorted by relevance
412 Sequence < sal_Int8 > aReadBuffer ( nSize ); in StaticGetDataFromRawStream() local414 xStream->readBytes( aReadBuffer, nSize ); in StaticGetDataFromRawStream()416 if ( !StaticHasValidPassword( xFactory, aReadBuffer, rData ) ) in StaticGetDataFromRawStream()438 …e< lang::XMultiServiceFactory >& xFactory, const Sequence< sal_Int8 > &aReadBuffer, const ::rtl::R… in StaticHasValidPassword() argument451 aDecryptBuffer = xCipher->convertWithCipherContext( aReadBuffer ); in StaticHasValidPassword()505 Sequence < sal_Int8 > aReadBuffer ( nSize ); in hasValidPassword() local507 xStream->readBytes( aReadBuffer, nSize ); in hasValidPassword()509 bRet = StaticHasValidPassword( m_xFactory, aReadBuffer, rData ); in hasValidPassword()
158 const ::com::sun::star::uno::Sequence< sal_Int8 > &aReadBuffer,