Home
last modified time | relevance | path

Searched refs:mChallenge (Results 1 – 1 of 1) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
DPairingSession.java126 protected PoloChallengeResponse mChallenge; field in PairingSession
212 mChallenge = new PoloChallengeResponse(clientCert, serverCert, in PairingSession()
501 boolean match = mChallenge.checkGamma(userGamma); in doPairingPhase()
506 byte[] userNonce = mChallenge.extractNonce(userGamma); in doPairingPhase()
507 byte[] genAlpha = mChallenge.getAlpha(userNonce); in doPairingPhase()
541 byte[] gamma = mChallenge.getGamma(nonce); in doPairingPhase()
548 byte[] localAlpha = mChallenge.getAlpha(nonce); in doPairingPhase()
559 byte[] genAlpha = mChallenge.getAlpha(nonce); in doPairingPhase()