Searched refs:Nonce (Results 1 – 11 of 11) sorted by relevance
27 typedef std::vector<uint8_t> Alpha, Gamma, Nonce; typedef41 virtual Alpha* GetAlpha(const Nonce& nonce) const;44 virtual Gamma* GetGamma(const Nonce& nonce) const;47 virtual Nonce* ExtractNonce(const Gamma& gamma) const;
32 Alpha* PoloChallengeResponse::GetAlpha(const Nonce& nonce) const { in GetAlpha()96 Gamma* PoloChallengeResponse::GetGamma(const Nonce& nonce) const { in GetGamma()113 Nonce* PoloChallengeResponse::ExtractNonce(const Gamma& gamma) const { in ExtractNonce()118 Nonce* nonce = new Nonce(gamma.size() / 2); in ExtractNonce()125 const Nonce* nonce = ExtractNonce(gamma); in CheckGamma()
161 const Nonce* nonce() const { return nonce_; } in nonce()193 Nonce* nonce_;
159 nonce_ = new Nonce(random, random + bytes_needed); in DoOutputPairing()
28 MOCK_CONST_METHOD1(GetAlpha, Alpha*(const Nonce& nonce));29 MOCK_CONST_METHOD1(GetGamma, Gamma*(const Nonce& nonce));30 MOCK_CONST_METHOD1(ExtractNonce, Nonce*(const Gamma& gamma));
203 Nonce nonce(5, 0x2); in TEST_F()208 .WillOnce(Return(new Nonce(nonce))); in TEST_F()233 Nonce nonce(5, 0x2); in TEST_F()238 .WillOnce(Return(new Nonce(nonce))); in TEST_F()
98 Nonce nonce;126 const Nonce* extracted = response->ExtractNonce(*gamma); in TEST_F()
37 ping6: Improve randomness of NI Nonce.100 ping6: Ensure to call srand() to get some randomness in NI Nonce.101 ping6: Generate different NI Nonce in each NI Query (Memory version).102 ping6: Generate different NI Nonce in each NI Query (MD5 version).103 ping6: Cache NI Nonce.104 ping6: Print 'sequence number' embedded in NI Nonce.
612 id-pkix-OCSP 2 : Nonce : OCSP Nonce
613 id-pkix-OCSP 2 : Nonce : OCSP Nonce
6120 - // Nonce restricted to max 120 bits over 128 bit block cipher since draft-irtf-cfr…6139 + // // Nonce restricted to max 120 bits over 128 bit block cipher since draft-irtf-…