Searched refs:nKeyAlgID (Results 1 – 1 of 1) sorted by relevance
256 sal_Int32 nKeyAlgID = rData->m_nStartKeyGenID; in StaticFillHeader() local257 *(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