Home
last modified time | relevance | path

Searched refs:client_key (Results 1 – 13 of 13) sorted by relevance

/external/openssh/
Dkexecdhc.c58 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/
Dxmlrpc_security_types.py319 client_ca_cert=None, client_cert=None, client_key=None, argument
346 self.client_key = client_key
406 if self.client_key:
407 tpm_store.install_private_key(self.client_key, self.client_key_id)
424 if self.client_key:
456 client_ca_cert=None, client_cert=None, client_key=None, argument
477 client_cert=client_cert, client_key=client_key,
507 client_ca_cert=None, client_cert=None, client_key=None, argument
531 client_cert=client_cert, client_key=client_key,
/external/wpa_supplicant_8/hs20/client/
Dosu_client.h78 const char *client_cert, const char *client_key,
83 const char *client_cert, const char *client_key,
96 const char *client_cert, const char *client_key,
101 const char *client_cert, const char *client_key,
Doma_dm_client.c937 const char *client_key) in oma_dm_send_recv() argument
954 client_cert, client_key, NULL); in oma_dm_send_recv()
1245 const char *client_cert, const char *client_key, in oma_dm_pol_upd() argument
1264 cred_password, client_cert, client_key); in oma_dm_pol_upd()
1292 const char *client_cert, const char *client_key, in oma_dm_sub_rem() argument
1311 cred_password, client_cert, client_key); in oma_dm_sub_rem()
Dspp_client.c787 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()
Dest.c672 const char *client_cert = NULL, *client_key = NULL; in est_simple_enroll() local
703 client_key = client_key_buf; in est_simple_enroll()
712 ctx->ca_fname, user, pw, client_cert, client_key, in est_simple_enroll()
Dosu_client.c2406 char *client_key = NULL; in cmd_sub_rem() local
2509 client_key = client_key_buf; in cmd_sub_rem()
2537 client_cert, client_key, in cmd_sub_rem()
2541 client_cert, client_key, in cmd_sub_rem()
2565 char *client_key = NULL; in cmd_pol_upd() local
2667 client_key = client_key_buf; in cmd_pol_upd()
2685 client_cert, client_key, in cmd_pol_upd()
2689 client_cert, client_key, in cmd_pol_upd()
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dcontrol.wifi_check1x_WPA35 client_key=site_eap_certs.client_private_key_1)
50 client_key=site_eap_certs.client_private_key_1)
66 client_key=site_eap_certs.client_private_key_1)
82 client_key=site_eap_certs.client_private_key_1,
98 client_key=site_eap_certs.client_private_key_2)
114 client_key=site_eap_certs.client_private_key_1)
Dcontrol.wifi_check1x_WEP34 client_key=site_eap_certs.client_private_key_1)
/external/wpa_supplicant_8/src/utils/
Dhttp-utils.h41 const char *client_key);
55 const char *client_cert, const char *client_key,
Dhttp_curl.c1314 const char *client_key) in setup_curl_post() argument
1352 if (client_cert && client_key) { in setup_curl_post()
1354 curl_easy_setopt(curl, CURLOPT_SSLKEY, client_key); in setup_curl_post()
1377 const char *client_key) in post_init_client() argument
1387 clone_str(&ctx->svc_client_key, client_key); in post_init_client()
1401 password, client_cert, client_key); in post_init_client()
1412 const char *client_key) in soap_init_client() argument
1415 client_cert, client_key) < 0) in soap_init_client()
1435 char *client_key = NULL; in soap_reinit_client() local
1445 clone_str(&client_key, ctx->svc_client_key); in soap_reinit_client()
[all …]
/external/autotest/server/site_tests/network_WiFi_Roam/
Dcontrol.wifi_roam1xTLS32 client_key=site_eap_certs.client_private_key_1)
/external/autotest/server/site_tests/network_WiFi_PMKSACaching/
Dnetwork_WiFi_PMKSACaching.py69 client_key=site_eap_certs.client_private_key_1,