HomeSort by relevance Sort by last modified time
    Searched refs:GenerateNonce (Results 1 - 11 of 11) sorted by null

  /external/chromium/net/http/
http_auth_handler_digest.h 32 virtual std::string GenerateNonce() const = 0;
42 virtual std::string GenerateNonce() const;
53 virtual std::string GenerateNonce() const;
135 static std::string GenerateNonce();
http_auth_handler_digest.cc 57 std::string HttpAuthHandlerDigest::DynamicNonceGenerator::GenerateNonce()
73 std::string HttpAuthHandlerDigest::FixedNonceGenerator::GenerateNonce() const {
145 std::string cnonce = nonce_generator_->GenerateNonce();
  /external/chromium_org/net/http/
http_auth_handler_digest.h 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();
http_auth_handler_digest.cc 59 std::string HttpAuthHandlerDigest::DynamicNonceGenerator::GenerateNonce()
75 std::string HttpAuthHandlerDigest::FixedNonceGenerator::GenerateNonce() const {
144 std::string cnonce = nonce_generator_->GenerateNonce();
  /external/chromium_org/net/quic/crypto/
crypto_utils.h 36 static void GenerateNonce(QuicWallTime now,
crypto_utils.cc 23 void CryptoUtils::GenerateNonce(QuicWallTime now,
crypto_server_test.cc 47 const string nonce_str = GenerateNonce();
170 string GenerateNonce() {
172 CryptoUtils::GenerateNonce(
quic_crypto_client_config.cc 363 CryptoUtils::GenerateNonce(now, rand, orbit, &out_params->client_nonce);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnserver.h 144 std::string GenerateNonce() const;
turnserver.cc 477 std::string TurnServer::GenerateNonce() const {
550 STUN_ATTR_NONCE, GenerateNonce())));
    [all...]
  /external/chromium_org/google_apis/gaia/
oauth_request_signer.cc 108 std::string GenerateNonce() {
245 (*parameters)[kOAuthNonceLabel] = GenerateNonce();

Completed in 1017 milliseconds