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()
660 sal_Int8 n8; in readExtraFields()
715 uno::Sequence < sal_Int8 > aNameBuffer( nPathLen ); in readLOC()
742 Sequence < sal_Int8 > aExtraFields ( rEntry.nLOCExtraLen ); in readLOC()
781 Sequence < sal_Int8 > aBuffer; in findEND()
793 const sal_Int8 *pBuffer = aBuffer.getConstArray(); in findEND()
873 Sequence < sal_Int8 > aCENBuffer ( nCenLen ); in readCEN()
942 const sal_Int8* pCommentStart = aMemGrabber.getCurrentPos(); in readCEN()
943 for ( const sal_Int8* pCommentEnd = pCommentStart + nCommentLen; in readCEN()
946 const sal_Int8 * p = ( pCommentEnd - 20 ); in readCEN()
1035 Sequence < sal_Int8 > aBuffer; in recover()
1049 const sal_Int8 *pBuffer = aBuffer.getConstArray(); in recover()
1063 … MemoryByteGrabber aMemGrabber ( Sequence< sal_Int8 >( ((sal_Int8*)(&(pBuffer[nPos+4]))), 26 ) ); in recover()
1105 Sequence < sal_Int8 > aFileName; in recover()
1134 … MemoryByteGrabber aMemGrabber ( Sequence< sal_Int8 >( ((sal_Int8*)(&(pBuffer[nPos+4]))), 12 ) ); in recover()
1222 Sequence < sal_Int8 > aBuffer; in getCRC()
1241 Sequence < sal_Int8 > aBuffer; in getSizeAndCRC()
1252 Sequence < sal_Int8 > aData( nBlockSize ); in getSizeAndCRC()