Home
last modified time | relevance | path

Searched refs:client_key (Results 1 – 8 of 8) 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/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()
Dest.c624 const char *client_cert = NULL, *client_key = NULL; in est_simple_enroll() local
655 client_key = client_key_buf; in est_simple_enroll()
664 ctx->ca_fname, user, pw, client_cert, client_key, in est_simple_enroll()
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()
Dosu_client.c2395 char *client_key = NULL; in cmd_sub_rem() local
2498 client_key = client_key_buf; in cmd_sub_rem()
2526 client_cert, client_key, in cmd_sub_rem()
2530 client_cert, client_key, in cmd_sub_rem()
2554 char *client_key = NULL; in cmd_pol_upd() local
2656 client_key = client_key_buf; in cmd_pol_upd()
2674 client_cert, client_key, in cmd_pol_upd()
2678 client_cert, client_key, in cmd_pol_upd()
/external/wpa_supplicant_8/src/utils/
Dhttp-utils.h41 const char *client_key);
55 const char *client_cert, const char *client_key,
Dhttp_curl.c1252 const char *client_key) in setup_curl_post() argument
1280 if (client_cert && client_key) { in setup_curl_post()
1282 curl_easy_setopt(curl, CURLOPT_SSLKEY, client_key); in setup_curl_post()
1305 const char *client_key) in post_init_client() argument
1315 clone_str(&ctx->svc_client_key, client_key); in post_init_client()
1329 password, client_cert, client_key); in post_init_client()
1340 const char *client_key) in soap_init_client() argument
1343 client_cert, client_key) < 0) in soap_init_client()
1363 char *client_key = NULL; in soap_reinit_client() local
1373 clone_str(&client_key, ctx->svc_client_key); in soap_reinit_client()
[all …]