Home
last modified time | relevance | path

Searched refs:pnPasswordLoc (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/oox/source/core/
H A Dencryption.cxx179 sal_uInt8* pnPasswordLoc = pnBuffer + mnSaltSize; in verifyPassword() local
181 for( sal_Int32 i = 0, nLen = rPassword.getLength(); i < nLen; ++i, ++pStr, pnPasswordLoc += 2 ) in verifyPassword()
182 ByteOrderConverter::writeLittleEndian( pnPasswordLoc, static_cast< sal_uInt16 >( *pStr ) ); in verifyPassword()

Completed in 22 milliseconds