Searched refs:pnBuffer (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/source/filter/excel/ |
H A D | xistream.cxx | 645 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 …]
|
/aoo4110/main/oox/source/core/ |
H A D | binarycodec.cxx | 341 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 D | filterdetect.cxx | 319 sal_uInt8 pnBuffer[ 64 ]; in lclDeriveKey() local 320 memset( pnBuffer, 0x36, sizeof( pnBuffer ) ); in lclDeriveKey() 322 pnBuffer[ i ] ^= pnHash[ i ]; in lclDeriveKey() 325 rtlDigestError aError = rtl_digest_update( aDigest, pnBuffer, sizeof( pnBuffer ) ); in lclDeriveKey() 330 memset( pnBuffer, 0x5C, sizeof( pnBuffer ) ); in lclDeriveKey() 332 pnBuffer[ i ] ^= pnHash[ i ]; in lclDeriveKey() 335 aError = rtl_digest_update( aDigest, pnBuffer, sizeof( pnBuffer ) ); in lclDeriveKey() 395 sal_uInt8* pnBuffer = new sal_uInt8[ nBufferSize ]; in lclGenerateEncryptionKey() local 396 memcpy( pnBuffer, rEncrInfo.mpnSalt, rEncrInfo.mnSaltSize ); in lclGenerateEncryptionKey() 398 sal_uInt8* pnPasswordLoc = pnBuffer + rEncrInfo.mnSaltSize; in lclGenerateEncryptionKey() [all …]
|
/aoo4110/main/oox/source/xls/ |
H A D | biffoutputstream.cxx | 136 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 D | biffinputstream.cxx | 313 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 29 milliseconds