Searched refs:pnBaseKeyLE (Results 1 – 1 of 1) sorted by relevance
170 sal_uInt8 pnBaseKeyLE[ 2 ]; in initKey() local171 pnBaseKeyLE[ 0 ] = static_cast< sal_uInt8 >( mnBaseKey ); in initKey()172 pnBaseKeyLE[ 1 ] = static_cast< sal_uInt8 >( mnBaseKey >> 8 ); in initKey()176 *pnKeyChar ^= pnBaseKeyLE[ nIndex & 1 ]; in initKey()
Completed in 12 milliseconds