Searched refs:passwordHash (Results 1 – 2 of 2) sorted by relevance
227 private BigInteger passwordHash; field in D2DSpakeEd25519Handshake274 passwordHash = new BigInteger(1 /* positive */, hash(password)); in D2DSpakeEd25519Handshake()353 Ed25519.scalarMultiplyExtendedPoint(isInitiator ? KM : KN, passwordHash); in makeCommitmentPointMessage()380 BigInteger[] kNMP = Ed25519.scalarMultiplyExtendedPoint(isInitiator ? KN : KM, passwordHash); in makeSharedKey()
69 char passwordHash[65]; in check_authentication() local72 sha256(&salted[0], passwordHash); in check_authentication()97 if (strcmp( username, s_username ) == 0 && strcmp( passwordHash, s_password ) == 0){ in check_authentication()