Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/core/
H A Dencryption.cxx188 size_t nHashSize = RTL_DIGEST_LENGTH_SHA1 + 4; in verifyPassword() local
189 sal_uInt8* pnHash = new sal_uInt8[ nHashSize ]; in verifyPassword()
197 aError = rtl_digest_update( aDigest, pnHash, nHashSize ); in verifyPassword()
205 aError = rtl_digest_update( aDigest, pnHash, nHashSize ); in verifyPassword()

Completed in 32 milliseconds