• Home
  • Raw
  • Download

Lines Matching refs:pps

368 	xml_node_t *pps, *node;  in cmd_dl_osu_ca()  local
371 pps = node_from_file(ctx->xml, pps_fname); in cmd_dl_osu_ca()
372 if (pps == NULL) { in cmd_dl_osu_ca()
377 node = get_child_node(ctx->xml, pps, in cmd_dl_osu_ca()
381 xml_node_free(ctx->xml, pps); in cmd_dl_osu_ca()
386 xml_node_free(ctx->xml, pps); in cmd_dl_osu_ca()
395 xml_node_t *pps, *node; in cmd_dl_polupd_ca() local
398 pps = node_from_file(ctx->xml, pps_fname); in cmd_dl_polupd_ca()
399 if (pps == NULL) { in cmd_dl_polupd_ca()
404 node = get_child_node(ctx->xml, pps, in cmd_dl_polupd_ca()
408 xml_node_free(ctx->xml, pps); in cmd_dl_polupd_ca()
413 xml_node_free(ctx->xml, pps); in cmd_dl_polupd_ca()
422 xml_node_t *pps, *node, *aaa; in cmd_dl_aaa_ca() local
425 pps = node_from_file(ctx->xml, pps_fname); in cmd_dl_aaa_ca()
426 if (pps == NULL) { in cmd_dl_aaa_ca()
431 node = get_child_node(ctx->xml, pps, in cmd_dl_aaa_ca()
435 xml_node_free(ctx->xml, pps); in cmd_dl_aaa_ca()
442 xml_node_free(ctx->xml, pps); in cmd_dl_aaa_ca()
447 xml_node_free(ctx->xml, pps); in cmd_dl_aaa_ca()
673 xml_node_t *pps) in update_pps_file() argument
681 cert = get_child_node(ctx->xml, pps, in update_pps_file()
693 str = xml_node_to_str(ctx->xml, pps); in update_pps_file()
718 void get_user_pw(struct hs20_osu_client *ctx, xml_node_t *pps, in get_user_pw() argument
723 node = get_child_node(ctx->xml, pps, in get_user_pw()
728 node = get_child_node(ctx->xml, pps, in get_user_pw()
733 node = get_child_node(ctx->xml, pps, alt_loc); in get_user_pw()
1712 static void set_pps(struct hs20_osu_client *ctx, xml_node_t *pps, in set_pps() argument
1727 xml_node_for_each_child(ctx->xml, child, pps) { in set_pps()
1740 xml_node_for_each_child(ctx->xml, child, pps) { in set_pps()
1770 xml_node_t *pps; in cmd_set_pps() local
1774 pps = node_from_file(ctx->xml, pps_fname); in cmd_set_pps()
1775 if (pps == NULL) { in cmd_set_pps()
1794 set_pps(ctx, pps, fqdn); in cmd_set_pps()
1797 xml_node_free(ctx->xml, pps); in cmd_set_pps()
1803 xml_node_t *pps, *node; in cmd_get_fqdn() local
1806 pps = node_from_file(ctx->xml, pps_fname); in cmd_get_fqdn()
1807 if (pps == NULL) { in cmd_get_fqdn()
1812 node = get_child_node(ctx->xml, pps, "HomeSP/FQDN"); in cmd_get_fqdn()
1816 xml_node_free(ctx->xml, pps); in cmd_get_fqdn()
2397 xml_node_t *pps, *node; in cmd_sub_rem() local
2454 pps = node_from_file(ctx->xml, pps_fname); in cmd_sub_rem()
2455 if (pps == NULL) { in cmd_sub_rem()
2462 node = get_child_node(ctx->xml, pps, "HomeSP/FQDN"); in cmd_sub_rem()
2480 node = get_child_node(ctx->xml, pps, in cmd_sub_rem()
2494 get_user_pw(ctx, pps, "SubscriptionUpdate/UsernamePassword", in cmd_sub_rem()
2502 get_child_node(ctx->xml, pps, "Credential/DigitalCertificate")) { in cmd_sub_rem()
2513 node = get_child_node(ctx->xml, pps, "SubscriptionUpdate/URI"); in cmd_sub_rem()
2538 cred_username, cred_password, pps); in cmd_sub_rem()
2542 cred_username, cred_password, pps); in cmd_sub_rem()
2547 xml_node_free(ctx->xml, pps); in cmd_sub_rem()
2555 xml_node_t *pps; in cmd_pol_upd() local
2612 pps = node_from_file(ctx->xml, pps_fname); in cmd_pol_upd()
2613 if (pps == NULL) { in cmd_pol_upd()
2620 node = get_child_node(ctx->xml, pps, "HomeSP/FQDN"); in cmd_pol_upd()
2638 node = get_child_node(ctx->xml, pps, in cmd_pol_upd()
2652 get_user_pw(ctx, pps, "Policy/PolicyUpdate/UsernamePassword", in cmd_pol_upd()
2660 get_child_node(ctx->xml, pps, "Credential/DigitalCertificate")) { in cmd_pol_upd()
2671 node = get_child_node(ctx->xml, pps, "Policy/PolicyUpdate/URI"); in cmd_pol_upd()
2686 cred_username, cred_password, pps); in cmd_pol_upd()
2690 cred_username, cred_password, pps); in cmd_pol_upd()
2695 xml_node_free(ctx->xml, pps); in cmd_pol_upd()