Home
last modified time | relevance | path

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

/hostap-latest/hs20/client/
Dosu_client.h81 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,
Doma_dm_client.c943 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()
Dest.c656 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()
Dspp_client.c786 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()
Dosu_client.c2601 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/
Dhttp-utils.h42 const char *client_key);
56 const char *client_cert, const char *client_key,
Dhttp_curl.c1330 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 …]