Searched refs:aPasswordHash (Results 1 – 1 of 1) sorted by relevance
147 uno::Sequence< sal_Int8 > aPasswordHash; in lcl_IsPasswordCorrect() local148 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() local392 if (pCurDocShell->GetProtectionHash( aPasswordHash ) && in Reset_Impl()393 aPasswordHash.getLength() > 0) in Reset_Impl()
Completed in 19 milliseconds