/external/openssh/ |
D | kexecdhc.c | 58 EC_KEY *client_key = NULL; in kexecdh_client() local 63 if ((client_key = EC_KEY_new_by_curve_name(kex->ec_nid)) == NULL) { in kexecdh_client() 67 if (EC_KEY_generate_key(client_key) != 1) { in kexecdh_client() 71 group = EC_KEY_get0_group(client_key); in kexecdh_client() 72 public_key = EC_KEY_get0_public_key(client_key); in kexecdh_client() 82 sshkey_dump_ec_key(client_key); in kexecdh_client() 84 kex->ec_client_key = client_key; in kexecdh_client() 86 client_key = NULL; /* owned by the kex */ in kexecdh_client() 92 if (client_key) in kexecdh_client() 93 EC_KEY_free(client_key); in kexecdh_client() [all …]
|
/external/autotest/client/common_lib/cros/network/ |
D | xmlrpc_security_types.py | 339 client_ca_cert=None, client_cert=None, client_key=None, argument 367 self.client_key = client_key 428 if self.client_key: 429 tpm_store.install_private_key(self.client_key, self.client_key_id) 446 if self.client_key: 480 client_ca_cert=None, client_cert=None, client_key=None, argument 501 client_cert=client_cert, client_key=client_key, 531 client_ca_cert=None, client_cert=None, client_key=None, argument 557 client_cert=client_cert, client_key=client_key,
|
/external/wpa_supplicant_8/hs20/client/ |
D | osu_client.h | 79 const char *client_cert, const char *client_key, 84 const char *client_cert, const char *client_key, 97 const char *client_cert, const char *client_key, 102 const char *client_cert, const char *client_key,
|
D | oma_dm_client.c | 943 const char *client_key) in oma_dm_send_recv() argument 960 client_cert, client_key, NULL); in oma_dm_send_recv() 1251 const char *client_cert, const char *client_key, in oma_dm_pol_upd() argument 1270 cred_password, client_cert, client_key); in oma_dm_pol_upd() 1298 const char *client_cert, const char *client_key, in oma_dm_sub_rem() argument 1317 cred_password, client_cert, client_key); in oma_dm_sub_rem()
|
D | spp_client.c | 787 const char *client_cert, const char *client_key, in spp_sub_rem() argument 799 client_key) == 0) { in spp_sub_rem() 934 const char *client_cert, const char *client_key, in spp_pol_upd() argument 945 cred_password, client_cert, client_key) == 0) { in spp_pol_upd()
|
D | est.c | 684 const char *client_cert = NULL, *client_key = NULL; in est_simple_enroll() local 715 client_key = client_key_buf; in est_simple_enroll() 724 ctx->ca_fname, user, pw, client_cert, client_key, in est_simple_enroll()
|
D | osu_client.c | 2554 char *client_key = NULL; in cmd_sub_rem() local 2657 client_key = client_key_buf; in cmd_sub_rem() 2685 client_cert, client_key, in cmd_sub_rem() 2689 client_cert, client_key, in cmd_sub_rem() 2713 char *client_key = NULL; in cmd_pol_upd() local 2815 client_key = client_key_buf; in cmd_pol_upd() 2833 client_cert, client_key, in cmd_pol_upd() 2837 client_cert, client_key, in cmd_pol_upd()
|
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/ |
D | control.wifi_check1x_WPA | 33 client_key=site_eap_certs.client_private_key_1) 48 client_key=site_eap_certs.client_private_key_1) 64 client_key=site_eap_certs.client_private_key_1) 80 client_key=site_eap_certs.client_private_key_1, 96 client_key=site_eap_certs.client_private_key_2) 112 client_key=site_eap_certs.client_private_key_1)
|
D | control.wifi_check1x_WEP | 32 client_key=site_eap_certs.client_private_key_1)
|
/external/wpa_supplicant_8/src/utils/ |
D | http-utils.h | 41 const char *client_key); 55 const char *client_cert, const char *client_key,
|
D | http_curl.c | 1351 const char *client_key) in setup_curl_post() argument 1389 if (client_cert && client_key) { in setup_curl_post() 1391 curl_easy_setopt(curl, CURLOPT_SSLKEY, client_key); in setup_curl_post() 1414 const char *client_key) in post_init_client() argument 1424 clone_str(&ctx->svc_client_key, client_key); in post_init_client() 1438 password, client_cert, client_key); in post_init_client() 1449 const char *client_key) in soap_init_client() argument 1452 client_cert, client_key) < 0) in soap_init_client() 1472 char *client_key = NULL; in soap_reinit_client() local 1482 clone_str(&client_key, ctx->svc_client_key); in soap_reinit_client() [all …]
|
/external/grpc-grpc/src/ruby/spec/ |
D | channel_credentials_spec.rb | 44 _, client_key, client_chain = load_test_certs 45 blk = proc { ChannelCredentials.new(nil, client_key, client_chain) }
|
/external/autotest/server/site_tests/network_WiFi_Roam/ |
D | control.wifi_roam1xTLS | 31 client_key=site_eap_certs.client_private_key_1)
|
/external/autotest/server/site_tests/network_WiFi_RoamFT/ |
D | control.EAP | 29 client_key=site_eap_certs.client_private_key_1,
|
D | control.mixedEAP | 30 client_key=site_eap_certs.client_private_key_1,
|
/external/autotest/server/site_tests/policy_WiFiTypesServer/ |
D | control.wpa_eap_tls | 31 client_key=site_eap_certs.client_private_key_1)
|
/external/autotest/server/site_tests/network_WiFi_PMKSACaching/ |
D | network_WiFi_PMKSACaching.py | 47 client_key=site_eap_certs.client_private_key_1,
|
/external/scapy/scapy/layers/tls/ |
D | handshake_sslv2.py | 462 self.responsedata._update_sig(m, s.client_key)
|
D | automaton_cli.py | 137 self.cur_session.client_key = self.mykey
|
D | session.py | 381 self.client_key = None
|
D | handshake.py | 863 self.sig._update_sig(m, s.client_key)
|