Searched refs:hashPassword (Results 1 – 2 of 2) sorted by relevance
78 …static ::com::sun::star::uno::Sequence<sal_Int8> hashPassword(const String& aPassText, ScPasswordH…106 Sequence<sal_Int8> ScTableProtectionImpl::hashPassword(const String& aPassText, ScPasswordHash eHas… in hashPassword() function in ScTableProtectionImpl202 return hashPassword(maPassText, eHash); in getPasswordHash()240 Sequence<sal_Int8> aHash = hashPassword(aPassText, meHash); in verifyPassword()
688 static vector< sal_uInt8 > hashPassword( const OUString& password, const EVP_MD *digestAlgorithm, v… in hashPassword() function841 …vector< sal_uInt8 > passwordHash = hashPassword( password, digestAlgorithm, passwordKeyEncryptor.s… in verifyPassword()
Completed in 26 milliseconds