Searched refs:nUnencryptedHdr (Results 1 – 2 of 2) sorted by relevance
5817 size_t nUnencryptedHdr = bVer8 ? 0x44 : 0x24; in WriteHeader() local5818 sal_uInt8 *pDataPtr = new sal_uInt8[ nUnencryptedHdr ]; in WriteHeader()5820 memset( pData, 0, nUnencryptedHdr ); in WriteHeader()5894 rStrm.Write( pDataPtr, nUnencryptedHdr ); in WriteHeader()5905 size_t nUnencryptedHdr = bVer8 ? 0x44 : 0x24; in Write() local5907 sal_uInt8 *pDataPtr = new sal_uInt8[ fcMin - nUnencryptedHdr ]; in Write()5909 memset( pData, 0, fcMin - nUnencryptedHdr ); in Write()6123 rStrm.Write( pDataPtr, fcMin - nUnencryptedHdr ); in Write()
5078 size_t nUnencryptedHdr = in LoadThroughDecryption() local5080 sal_uInt8 *pIn = new sal_uInt8[nUnencryptedHdr]; in LoadThroughDecryption()5081 pStrm->Read(pIn, nUnencryptedHdr); in LoadThroughDecryption()5082 aDecryptMain.Write(pIn, nUnencryptedHdr); in LoadThroughDecryption()