Searched refs:ExtractNonce (Results 1 – 6 of 6) sorted by relevance
113 Nonce* PoloChallengeResponse::ExtractNonce(const Gamma& gamma) const { in ExtractNonce() function in polo::pairing::PoloChallengeResponse125 const Nonce* nonce = ExtractNonce(gamma); in CheckGamma()
47 virtual Nonce* ExtractNonce(const Gamma& gamma) const;
103 nonce_ = challenge().ExtractNonce(secret); in SetSecret()
30 MOCK_CONST_METHOD1(ExtractNonce, Nonce*(const Gamma& gamma));
207 EXPECT_CALL(challenge_, ExtractNonce(gamma)) in TEST_F()237 EXPECT_CALL(challenge_, ExtractNonce(gamma)) in TEST_F()
126 const Nonce* extracted = response->ExtractNonce(*gamma); in TEST_F()