Searched refs:GenerateNonce (Results 1 – 9 of 9) sorted by relevance
31 virtual std::string GenerateNonce() const = 0;41 virtual std::string GenerateNonce() const OVERRIDE;52 virtual std::string GenerateNonce() const OVERRIDE;134 static std::string GenerateNonce();
60 std::string HttpAuthHandlerDigest::DynamicNonceGenerator::GenerateNonce() in GenerateNonce() function in net::HttpAuthHandlerDigest::DynamicNonceGenerator76 std::string HttpAuthHandlerDigest::FixedNonceGenerator::GenerateNonce() const { in GenerateNonce() function in net::HttpAuthHandlerDigest::FixedNonceGenerator145 std::string cnonce = nonce_generator_->GenerateNonce(); in GenerateAuthTokenImpl()
36 static void GenerateNonce(QuicWallTime now,
23 void CryptoUtils::GenerateNonce(QuicWallTime now, in GenerateNonce() function in net::CryptoUtils
108 const string nonce_str = GenerateNonce(); in SetUp()261 string GenerateNonce() { in GenerateNonce() function in net::test::CryptoServerTest263 CryptoUtils::GenerateNonce( in GenerateNonce()
419 CryptoUtils::GenerateNonce(now, rand, orbit, &out_params->client_nonce); in FillClientHello()
108 std::string GenerateNonce() { in GenerateNonce() function245 (*parameters)[kOAuthNonceLabel] = GenerateNonce(); in PrepareParameters()
144 std::string GenerateNonce() const;
475 std::string TurnServer::GenerateNonce() const { in GenerateNonce() function in cricket::TurnServer548 STUN_ATTR_NONCE, GenerateNonce()))); in SendErrorResponseWithRealmAndNonce()