Home
last modified time | relevance | path

Searched refs:pnBuffer (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx645 SVBT16 pnBuffer; in operator >>() local
662 SVBT16 pnBuffer; in operator >>() local
664 rnValue = SVBT16ToShort( pnBuffer ); in operator >>()
679 SVBT32 pnBuffer; in operator >>() local
696 SVBT32 pnBuffer; in operator >>() local
698 rnValue = SVBT32ToUInt32( pnBuffer ); in operator >>()
713 SVBT32 pnBuffer; in operator >>() local
731 SVBT64 pnBuffer; in operator >>() local
813 pnBuffer += nReadRet; in Read()
835 nRet += Read( pnBuffer, nReadSize ); in CopyToStream()
[all …]
/trunk/main/oox/source/core/
H A Dbinarycodec.cxx341 sal_uInt8 pnBuffer[ 64 ]; in verifyKey() local
344 rtl_cipher_decode( mhCipher, pnVerifier, 16, pnBuffer, sizeof( pnBuffer ) ); in verifyKey()
346 pnBuffer[ 16 ] = 0x80; in verifyKey()
347 (void)memset( pnBuffer + 17, 0, sizeof( pnBuffer ) - 17 ); in verifyKey()
348 pnBuffer[ 56 ] = 0x80; in verifyKey()
351 rtl_digest_updateMD5( mhDigest, pnBuffer, sizeof( pnBuffer ) ); in verifyKey()
355 rtl_cipher_decode( mhCipher, pnVerifierHash, 16, pnBuffer, sizeof( pnBuffer ) ); in verifyKey()
358 bool bResult = memcmp( pnBuffer, pnDigest, sizeof( pnDigest ) ) == 0; in verifyKey()
361 (void)memset( pnBuffer, 0, sizeof( pnBuffer ) ); in verifyKey()
H A Dencryption.cxx144 sal_uInt8 pnBuffer[ 64 ]; in deriveKey() local
145 memset( pnBuffer, 0x36, sizeof( pnBuffer ) ); in deriveKey()
147 pnBuffer[ i ] ^= pnHash[ i ]; in deriveKey()
150 rtlDigestError aError = rtl_digest_update( aDigest, pnBuffer, sizeof( pnBuffer ) ); in deriveKey()
155 memset( pnBuffer, 0x5C, sizeof( pnBuffer ) ); in deriveKey()
157 pnBuffer[ i ] ^= pnHash[ i ]; in deriveKey()
160 aError = rtl_digest_update( aDigest, pnBuffer, sizeof( pnBuffer ) ); in deriveKey()
176 sal_uInt8* pnBuffer = new sal_uInt8[ nBufferSize ]; in verifyPassword() local
177 memcpy( pnBuffer, mpnSalt, mnSaltSize ); in verifyPassword()
179 sal_uInt8* pnPasswordLoc = pnBuffer + mnSaltSize; in verifyPassword()
[all …]
/trunk/main/oox/source/xls/
H A Dbiffoutputstream.cxx136 const sal_uInt8* pnBuffer = reinterpret_cast< const sal_uInt8* >( pMem ); in writeMemory() local
141 maRecBuffer.write( pnBuffer, nBlockSize ); in writeMemory()
142 pnBuffer += nBlockSize; in writeMemory()
H A Dbiffinputstream.cxx313 sal_uInt8* pnBuffer = reinterpret_cast< sal_uInt8* >( opMem ); in readMemory() local
322 maRecBuffer.read( pnBuffer, nReadSize ); in readMemory()
324 pnBuffer += nReadSize; in readMemory()

Completed in 50 milliseconds