Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dencryption.cxx695 vector< sal_uInt8 > passwordLE( 2 * password.getLength() ); in hashPassword() local
697 …ByteOrderConverter::writeLittleEndian( &passwordLE[ 2 * i ], static_cast< sal_uInt16 >( password[ … in hashPassword()
701 digest.update( &passwordLE[ 0 ], passwordLE.size() ); in hashPassword()

Completed in 21 milliseconds