Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
Dpairingsession.cc33 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()
[all …]
Dpairingsession.h161 const Nonce* nonce() const { return nonce_; } in nonce()
193 Nonce* nonce_; variable
/external/webrtc/webrtc/p2p/base/
Dturnport.h122 const std::string& nonce() const { return nonce_; } in nonce()
196 void set_nonce(const std::string& nonce) { nonce_ = nonce; } in set_nonce()
264 std::string nonce_; // From 401/438 response message. variable
Dturnport.cc892 STUN_ATTR_NONCE, nonce_))); in AddRequestAuthInfo()