Searched defs:hashFactor (Results 1 – 3 of 3) sorted by relevance
183 String hashFactor = "6637D20C0798382D9F1304861C81DE222BC6CB7183623C67DA99B115A7AF702D"; in testPasswordToHistoryHash() local199 String hashFactor = "6637D20C0798382D9F1304861C81DE222BC6CB7183623C67DA99B115A7AF702D"; in testPasswordToHistoryHashInvalidInput() local
265 public String passwordToHistoryHash(byte[] salt, byte[] hashFactor) { in passwordToHistoryHash()273 byte[] passwordToHash, byte[] salt, byte[] hashFactor) { in passwordToHistoryHash()
588 public boolean checkPasswordHistory(byte[] passwordToCheck, byte[] hashFactor, int userId) { in checkPasswordHistory()