GenerateNonce     245 google_apis/gaia/oauth_request_signer.cc     (*parameters)[kOAuthNonceLabel] = GenerateNonce();
GenerateNonce     145 net/http/http_auth_handler_digest.cc   std::string cnonce = nonce_generator_->GenerateNonce();
GenerateNonce      31 net/http/http_auth_handler_digest.h     virtual std::string GenerateNonce() const = 0;
GenerateNonce      41 net/http/http_auth_handler_digest.h     virtual std::string GenerateNonce() const OVERRIDE;
GenerateNonce      52 net/http/http_auth_handler_digest.h     virtual std::string GenerateNonce() const OVERRIDE;
GenerateNonce     134 net/http/http_auth_handler_digest.h   static std::string GenerateNonce();
GenerateNonce      64 net/quic/crypto/crypto_server_test.cc     const string nonce_str = GenerateNonce();
GenerateNonce     216 net/quic/crypto/crypto_server_test.cc     CryptoUtils::GenerateNonce(
GenerateNonce      36 net/quic/crypto/crypto_utils.h   static void GenerateNonce(QuicWallTime now,
GenerateNonce     400 net/quic/crypto/quic_crypto_client_config.cc   CryptoUtils::GenerateNonce(now, rand, orbit, &out_params->client_nonce);