Searched refs:GetHashPassword (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/svl/source/misc/ |
H A D | PasswordHelper.cxx | 33 void SvPasswordHelper::GetHashPassword(uno::Sequence<sal_Int8>& rPassHash, const sal_Char* pPass, s… in GetHashPassword() function in SvPasswordHelper 56 GetHashPassword(rPassHash, pCharBuffer, nSize * sizeof(sal_Unicode)); in GetHashPasswordLittleEndian() 73 GetHashPassword(rPassHash, pCharBuffer, nSize * sizeof(sal_Unicode)); in GetHashPasswordBigEndian() 78 void SvPasswordHelper::GetHashPassword(uno::Sequence<sal_Int8>& rPassHash, const String& sPass) in GetHashPassword() function in SvPasswordHelper
|
/aoo42x/main/svl/inc/svl/ |
H A D | PasswordHelper.hxx | 35 …static void GetHashPassword(com::sun::star::uno::Sequence <sal_Int8>& rPassHash, const sal_Char* … 40 …SVL_DLLPUBLIC static void GetHashPassword(com::sun::star::uno::Sequence<sal_Int8>& rPassHash, …
|
/aoo42x/main/sc/source/core/data/ |
H A D | tabprotection.cxx | 116 SvPasswordHelper::GetHashPassword(aHash, aPassText); in hashPassword()
|
/aoo42x/main/sw/source/ui/dialog/ |
H A D | uiregionsw.cxx | 483 SvPasswordHelper::GetHashPassword( aNewPasswd, sNewPasswd ); in CheckPasswd() 1412 SvPasswordHelper::GetHashPassword( pRepr->GetTempPasswd(), sNewPasswd ); in IMPL_LINK() 1912 SvPasswordHelper::GetHashPassword( m_aNewPasswd, sNewPasswd ); in IMPL_LINK()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | securitypage.cxx | 152 SvPasswordHelper::GetHashPassword( aNewPasswd, rPassword ); in lcl_IsPasswordCorrect()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 573 SvPasswordHelper::GetHashPassword( aNewPasswd, sNewPasswd ); in Execute() 614 SvPasswordHelper::GetHashPassword( aNewPasswd, sNewPasswd ); in Execute()
|
/aoo42x/main/sw/source/ui/app/ |
H A D | docsh.cxx | 1422 SvPasswordHelper::GetHashPassword( aNewPasswd, rNewPassword ); in SetProtectionPassword()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh4.cxx | 1187 SvPasswordHelper::GetHashPassword( aPass, aPassword ); in ExecuteChangeProtectionDialog()
|
H A D | docsh.cxx | 2993 SvPasswordHelper::GetHashPassword( aProtectionHash, rNewPassword ); in SetProtectionPassword()
|
Completed in 151 milliseconds