Searched refs:rPassHash (Results 1 – 2 of 2) sorted by relevance
/aoo41x/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() argument 35 rPassHash.realloc(RTL_DIGEST_LENGTH_SHA1); in GetHashPassword() 37 … rtl_digest_SHA1 (pPass, nLen, reinterpret_cast<sal_uInt8*>(rPassHash.getArray()), rPassHash.getLe… in GetHashPassword() 40 rPassHash.realloc(0); in GetHashPassword() 44 void SvPasswordHelper::GetHashPasswordLittleEndian(uno::Sequence<sal_Int8>& rPassHash, const String… in GetHashPasswordLittleEndian() argument 56 GetHashPassword(rPassHash, pCharBuffer, nSize * sizeof(sal_Unicode)); in GetHashPasswordLittleEndian() 61 void SvPasswordHelper::GetHashPasswordBigEndian(uno::Sequence<sal_Int8>& rPassHash, const String& s… in GetHashPasswordBigEndian() argument 73 GetHashPassword(rPassHash, pCharBuffer, nSize * sizeof(sal_Unicode)); in GetHashPasswordBigEndian() 78 void SvPasswordHelper::GetHashPassword(uno::Sequence<sal_Int8>& rPassHash, const String& sPass) in GetHashPassword() argument 80 GetHashPasswordLittleEndian(rPassHash, sPass); in GetHashPassword()
|
/aoo41x/main/svl/inc/svl/ |
H A D | PasswordHelper.hxx | 35 …static void GetHashPassword(com::sun::star::uno::Sequence <sal_Int8>& rPassHash, const sal_Char* … 36 …static void GetHashPasswordLittleEndian(com::sun::star::uno::Sequence<sal_Int8>& rPassHash, co… 37 …static void GetHashPasswordBigEndian(com::sun::star::uno::Sequence<sal_Int8>& rPassHash, const… 40 …tatic void GetHashPassword(com::sun::star::uno::Sequence<sal_Int8>& rPassHash, const String& s…
|
Completed in 14 milliseconds