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

/external/openssh/
H A Dkexecdhc.c52 EC_KEY *client_key; local
64 if ((client_key = EC_KEY_new_by_curve_name(curve_nid)) == NULL)
66 if (EC_KEY_generate_key(client_key) != 1)
68 group = EC_KEY_get0_group(client_key);
71 packet_put_ecpoint(group, EC_KEY_get0_public_key(client_key));
77 key_dump_ec_key(client_key);
115 client_key, NULL) != (int)klen)
137 EC_KEY_get0_public_key(client_key),
144 EC_KEY_free(client_key);
/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.c522 char *client_key=NULL; local
716 client_key= *(++argv);
1028 (client_key?client_key:client_cert),

Completed in 127 milliseconds