Home
last modified time | relevance | path

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

/aoo4110/main/package/source/zipapi/
H A DZipFile.cxx256 sal_Int32 nKeyAlgID = rData->m_nStartKeyGenID; in StaticFillHeader() local
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()

Completed in 26 milliseconds