Searched refs:client_key (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/hs20/client/ |
D | osu_client.h | 81 const char *client_cert, const char *client_key, 86 const char *client_cert, const char *client_key, 99 const char *client_cert, const char *client_key, 104 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 | est.c | 656 const char *client_cert = NULL, *client_key = NULL; in est_simple_enroll() local 687 client_key = client_key_buf; in est_simple_enroll() 696 ctx->ca_fname, user, pw, client_cert, client_key, in est_simple_enroll()
|
D | spp_client.c | 786 const char *client_cert, const char *client_key, in spp_sub_rem() argument 798 client_key) == 0) { in spp_sub_rem() 933 const char *client_cert, const char *client_key, in spp_pol_upd() argument 944 cred_password, client_cert, client_key) == 0) { in spp_pol_upd()
|
D | osu_client.c | 2601 char *client_key = NULL; in cmd_sub_rem() local 2704 client_key = client_key_buf; in cmd_sub_rem() 2732 client_cert, client_key, in cmd_sub_rem() 2736 client_cert, client_key, in cmd_sub_rem() 2760 char *client_key = NULL; in cmd_pol_upd() local 2869 client_key = client_key_buf; in cmd_pol_upd() 2887 client_cert, client_key, in cmd_pol_upd() 2891 client_cert, client_key, in cmd_pol_upd()
|
/hostap-latest/src/utils/ |
D | http-utils.h | 42 const char *client_key); 56 const char *client_cert, const char *client_key,
|
D | http_curl.c | 1330 const char *client_key) in setup_curl_post() argument 1368 if (client_cert && client_key) { in setup_curl_post() 1370 curl_easy_setopt(curl, CURLOPT_SSLKEY, client_key); in setup_curl_post() 1393 const char *client_key) in post_init_client() argument 1403 clone_str(&ctx->svc_client_key, client_key); in post_init_client() 1417 password, client_cert, client_key); in post_init_client() 1428 const char *client_key) in soap_init_client() argument 1431 client_cert, client_key) < 0) in soap_init_client() 1451 char *client_key = NULL; in soap_reinit_client() local 1461 clone_str(&client_key, ctx->svc_client_key); in soap_reinit_client() [all …]
|