Searched refs:pnKeyChar (Results 1 – 2 of 2) sorted by relevance
173 sal_uInt8* pnKeyChar = mpnKey; in initKey() local174 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()
164 sal_uInt8* pnKeyChar = mpnKey; in InitKey() local165 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 19 milliseconds