Home
last modified time | relevance | path

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

/aoo42x/main/sfx2/source/dialog/
H A Dsecuritypage.cxx147 uno::Sequence< sal_Int8 > aPasswordHash; in lcl_IsPasswordCorrect() local
148 pCurDocShell->GetProtectionHash( aPasswordHash ); in lcl_IsPasswordCorrect()
151 uno::Sequence< sal_Int8 > aNewPasswd( aPasswordHash ); in lcl_IsPasswordCorrect()
153 if (SvPasswordHelper::CompareHashPassword( aPasswordHash, rPassword )) in lcl_IsPasswordCorrect()
390 uno::Sequence< sal_Int8 > aPasswordHash; in Reset_Impl() local
392 if (pCurDocShell->GetProtectionHash( aPasswordHash ) && in Reset_Impl()
393 aPasswordHash.getLength() > 0) in Reset_Impl()

Completed in 26 milliseconds