Home | History | Annotate | Download | only in utils

Lines Matching defs:password

1329 			      const char *password, const char *client_cert,
1383 curl_easy_setopt(curl, CURLOPT_PASSWORD, password);
1392 const char *password, const char *client_cert,
1401 clone_str(&ctx->svc_password, password);
1417 password, client_cert, client_key);
1427 const char *password, const char *client_cert,
1430 if (post_init_client(ctx, address, ca_fname, username, password,
1449 char *password = NULL;
1459 clone_str(&password, ctx->svc_password);
1463 ret = soap_init_client(ctx, address, ca_fname, username, password,
1468 str_clear_free(password);
1662 const char *username, const char *password,
1674 curl = setup_curl_post(ctx, url, ca_fname, username, password,