Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dbinarycodec.cxx173 sal_uInt8* pnKeyChar = mpnKey; in initKey() local
174 for( nIndex = 0; nIndex < static_cast< sal_Int32 >( sizeof( mpnKey ) ); ++nIndex, ++pnKeyChar ) in initKey()
176 *pnKeyChar ^= pnBaseKeyLE[ nIndex & 1 ]; in initKey()
177 lclRotateLeft( *pnKeyChar, nRotateSize ); in initKey()
/trunk/main/filter/source/msfilter/
H A Dmscodec.cxx164 sal_uInt8* pnKeyChar = mpnKey; in InitKey() local
165 for( nIndex = 0; nIndex < sizeof( mpnKey ); ++nIndex, ++pnKeyChar ) in InitKey()
167 *pnKeyChar ^= pnOrigKey[ nIndex & 0x01 ]; in InitKey()
168 lclRotateLeft( *pnKeyChar, mnRotateDistance ); in InitKey()

Completed in 18 milliseconds