Lines Matching refs:sal_Int8
157 uno::Sequence< sal_Int8 > aDerivedKey( xEncryptionData->m_nDerivedKeySize ); in StaticGetCipher()
203 sal_Int8 * & pHeader ) in StaticFillHeader()
223 *(pHeader++) = static_cast< sal_Int8 >(( nIterationCount >> 0 ) & 0xFF); in StaticFillHeader()
224 *(pHeader++) = static_cast< sal_Int8 >(( nIterationCount >> 8 ) & 0xFF); in StaticFillHeader()
225 *(pHeader++) = static_cast< sal_Int8 >(( nIterationCount >> 16 ) & 0xFF); in StaticFillHeader()
226 *(pHeader++) = static_cast< sal_Int8 >(( nIterationCount >> 24 ) & 0xFF); in StaticFillHeader()
229 *(pHeader++) = static_cast< sal_Int8 >(( nSize >> 0 ) & 0xFF); in StaticFillHeader()
230 *(pHeader++) = static_cast< sal_Int8 >(( nSize >> 8 ) & 0xFF); in StaticFillHeader()
231 *(pHeader++) = static_cast< sal_Int8 >(( nSize >> 16 ) & 0xFF); in StaticFillHeader()
232 *(pHeader++) = static_cast< sal_Int8 >(( nSize >> 24 ) & 0xFF); in StaticFillHeader()
236 *(pHeader++) = static_cast< sal_Int8 >(( nEncAlgID >> 0 ) & 0xFF); in StaticFillHeader()
237 *(pHeader++) = static_cast< sal_Int8 >(( nEncAlgID >> 8 ) & 0xFF); in StaticFillHeader()
238 *(pHeader++) = static_cast< sal_Int8 >(( nEncAlgID >> 16 ) & 0xFF); in StaticFillHeader()
239 *(pHeader++) = static_cast< sal_Int8 >(( nEncAlgID >> 24 ) & 0xFF); in StaticFillHeader()
243 *(pHeader++) = static_cast< sal_Int8 >(( nChecksumAlgID >> 0 ) & 0xFF); in StaticFillHeader()
244 *(pHeader++) = static_cast< sal_Int8 >(( nChecksumAlgID >> 8 ) & 0xFF); in StaticFillHeader()
245 *(pHeader++) = static_cast< sal_Int8 >(( nChecksumAlgID >> 16 ) & 0xFF); in StaticFillHeader()
246 *(pHeader++) = static_cast< sal_Int8 >(( nChecksumAlgID >> 24 ) & 0xFF); in StaticFillHeader()
250 *(pHeader++) = static_cast< sal_Int8 >(( nDerivedKeySize >> 0 ) & 0xFF); in StaticFillHeader()
251 *(pHeader++) = static_cast< sal_Int8 >(( nDerivedKeySize >> 8 ) & 0xFF); in StaticFillHeader()
252 *(pHeader++) = static_cast< sal_Int8 >(( nDerivedKeySize >> 16 ) & 0xFF); in StaticFillHeader()
253 *(pHeader++) = static_cast< sal_Int8 >(( nDerivedKeySize >> 24 ) & 0xFF); in StaticFillHeader()
257 *(pHeader++) = static_cast< sal_Int8 >(( nKeyAlgID >> 0 ) & 0xFF); in StaticFillHeader()
258 *(pHeader++) = static_cast< sal_Int8 >(( nKeyAlgID >> 8 ) & 0xFF); in StaticFillHeader()
259 *(pHeader++) = static_cast< sal_Int8 >(( nKeyAlgID >> 16 ) & 0xFF); in StaticFillHeader()
260 *(pHeader++) = static_cast< sal_Int8 >(( nKeyAlgID >> 24 ) & 0xFF); in StaticFillHeader()
263 *(pHeader++) = static_cast< sal_Int8 >(( nSaltLength >> 0 ) & 0xFF); in StaticFillHeader()
264 *(pHeader++) = static_cast< sal_Int8 >(( nSaltLength >> 8 ) & 0xFF); in StaticFillHeader()
267 *(pHeader++) = static_cast< sal_Int8 >(( nIVLength >> 0 ) & 0xFF); in StaticFillHeader()
268 *(pHeader++) = static_cast< sal_Int8 >(( nIVLength >> 8 ) & 0xFF); in StaticFillHeader()
271 *(pHeader++) = static_cast< sal_Int8 >(( nDigestLength >> 0 ) & 0xFF); in StaticFillHeader()
272 *(pHeader++) = static_cast< sal_Int8 >(( nDigestLength >> 8 ) & 0xFF); in StaticFillHeader()
275 *(pHeader++) = static_cast< sal_Int8 >(( nMediaTypeLength >> 0 ) & 0xFF); in StaticFillHeader()
276 *(pHeader++) = static_cast< sal_Int8 >(( nMediaTypeLength >> 8 ) & 0xFF); in StaticFillHeader()
306 Sequence < sal_Int8 > aBuffer ( nHeaderSize ); in StaticFillData()
310 sal_Int8 *pBuffer = aBuffer.getArray(); in StaticFillData()
415 Sequence < sal_Int8 > aReadBuffer ( nSize ); in StaticGetDataFromRawStream()
428 void CheckSequence( const uno::Sequence< sal_Int8 >& aSequence )
441 …uno::Reference< lang::XMultiServiceFactory >& xFactory, const Sequence< sal_Int8 > &aReadBuffer, c… in StaticHasValidPassword()
450 uno::Sequence< sal_Int8 > aDecryptBuffer; in StaticHasValidPassword()
451 uno::Sequence< sal_Int8 > aDecryptBuffer2; in StaticHasValidPassword()
473 uno::Sequence< sal_Int8 > aDigestSeq; in StaticHasValidPassword()
508 Sequence < sal_Int8 > aReadBuffer ( nSize ); in hasValidPassword()
522 sal_Int8 nStreamMode, in createUnbufferedStream()
667 uno::Sequence < sal_Int8 > aNameBuffer( nPathLen ); in readLOC()
701 Sequence < sal_Int8 > aBuffer; in findEND()
713 const sal_Int8 *pBuffer = aBuffer.getConstArray(); in findEND()
771 Sequence < sal_Int8 > aCENBuffer ( nCenLen ); in readCEN()
851 Sequence < sal_Int8 > aBuffer; in recover()
865 const sal_Int8 *pBuffer = aBuffer.getConstArray(); in recover()
878 … MemoryByteGrabber aMemGrabber ( Sequence< sal_Int8 >( ((sal_Int8*)(&(pBuffer[nPos+4]))), 26 ) ); in recover()
920 Sequence < sal_Int8 > aFileName; in recover()
949 … MemoryByteGrabber aMemGrabber ( Sequence< sal_Int8 >( ((sal_Int8*)(&(pBuffer[nPos+4]))), 12 ) ); in recover()
1037 Sequence < sal_Int8 > aBuffer; in getCRC()
1056 Sequence < sal_Int8 > aBuffer; in getSizeAndCRC()
1067 Sequence < sal_Int8 > aData( nBlockSize ); in getSizeAndCRC()