Searched defs:client_key (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dprotocol_parser_unittest.cc619 std::string client_key, wrapped_key; local
622 &client_key,
625 EXPECT_EQ(client_key, "0123456789");
H A Dprotocol_parser.cc459 std::string* client_key,
461 DCHECK(client_key && wrapped_key);
462 client_key->clear();
482 client_key->assign(cmd_parts[2]);
493 if (client_key->empty() || wrapped_key->empty())
457 ParseNewKey(const char* chunk_data, int chunk_length, std::string* client_key, std::string* wrapped_key) argument
H A Dprotocol_manager.cc48 const std::string& client_key,
55 sb_service, client_name, client_key, wrapped_key,
72 const std::string& client_key,
81 return factory_->CreateProtocolManager(sb_service, client_name, client_key,
90 const std::string& client_key,
106 client_key_(client_key),
435 << ", client_key: " << client_key_
456 std::string client_key, wrapped_key; local
457 if (!parser.ParseNewKey(data, length, &client_key, &wrapped_key))
460 client_key_ = client_key;
45 CreateProtocolManager( SafeBrowsingService* sb_service, const std::string& client_name, const std::string& client_key, const std::string& wrapped_key, net::URLRequestContextGetter* request_context_getter, const std::string& info_url_prefix, const std::string& mackey_url_prefix, bool disable_auto_update) argument
69 Create( SafeBrowsingService* sb_service, const std::string& client_name, const std::string& client_key, const std::string& wrapped_key, net::URLRequestContextGetter* request_context_getter, const std::string& info_url_prefix, const std::string& mackey_url_prefix, bool disable_auto_update) argument
87 SafeBrowsingProtocolManager( SafeBrowsingService* sb_service, const std::string& client_name, const std::string& client_key, const std::string& wrapped_key, net::URLRequestContextGetter* request_context_getter, const std::string& http_url_prefix, const std::string& https_url_prefix, bool disable_auto_update) argument
[all...]
H A Dsafe_browsing_service.cc468 void SafeBrowsingService::OnNewMacKeys(const std::string& client_key, argument
472 prefs->SetString(prefs::kSafeBrowsingClientKey, client_key);
539 const std::string& client_key,
577 client_key,
869 std::string client_key, wrapped_key; local
871 client_key =
902 this, &SafeBrowsingService::OnIOInitialize, client_key, wrapped_key,
538 OnIOInitialize( const std::string& client_key, const std::string& wrapped_key, net::URLRequestContextGetter* request_context_getter) argument
H A Dsafe_browsing_service_browsertest.cc177 const std::string& client_key,
183 : SafeBrowsingProtocolManager(sb_service, client_name, client_key,
233 const std::string& client_key,
240 sb_service, client_name, client_key, wrapped_key,
175 TestProtocolManager(SafeBrowsingService* sb_service, const std::string& client_name, const std::string& client_key, const std::string& wrapped_key, net::URLRequestContextGetter* request_context_getter, const std::string& info_url_prefix, const std::string& mackey_url_prefix, bool disable_auto_update) argument
230 CreateProtocolManager( SafeBrowsingService* sb_service, const std::string& client_name, const std::string& client_key, const std::string& wrapped_key, net::URLRequestContextGetter* request_context_getter, const std::string& info_url_prefix, const std::string& mackey_url_prefix, bool disable_auto_update) argument
/external/openssl/ssl/
H A Dssltest.c469 char *client_key=NULL; local
631 client_key= *(++argv);
925 (client_key?client_key:client_cert),
/external/wpa_supplicant/
H A Dtlsv1_client.c86 struct crypto_private_key *client_key; member in struct:tlsv1_client
1523 if (crypto_private_key_sign_pkcs1(conn->client_key, hash, hlen,
1709 (conn->certificate_requested && conn->client_key &&
2127 crypto_private_key_free(conn->client_key);
2559 conn->client_key = crypto_private_key_import(key, len);
2560 if (conn->client_key == NULL) {
2584 crypto_private_key_free(conn->client_key);
2585 conn->client_key = NULL;

Completed in 149 milliseconds