Lines Matching refs:nonce_
33 nonce_(NULL), in PairingSession()
51 if (nonce_) { in ~PairingSession()
52 delete nonce_; in ~PairingSession()
103 nonce_ = challenge().ExtractNonce(secret); in SetSecret()
104 if (!nonce_) { in SetSecret()
109 const Alpha* gen_alpha = challenge().GetAlpha(*nonce_); in SetSecret()
159 nonce_ = new Nonce(random, random + bytes_needed); in DoOutputPairing()
162 const Gamma* gamma = challenge().GetGamma(*nonce_); in DoOutputPairing()
230 const Alpha* alpha = challenge().GetAlpha(*nonce_); in OnSecretMessage()
262 if (!nonce_) { in VerifySecret()
267 const Alpha* gen_alpha = challenge().GetAlpha(*nonce_); in VerifySecret()