Lines Matching defs:tnds
557 xml_node_t *tnds, *mo, *cert;
638 tnds = xml_node_from_buf(ctx->xml, str);
640 if (tnds == NULL) {
646 mo = tnds_to_mo(ctx->xml, tnds);
648 wpa_printf(MSG_INFO, "[hs20] Could not parse addMO TNDS text");
653 debug_dump_node(ctx, "Parsed TNDS", mo);
1962 xml_node_t *tnds, *mo;
1964 tnds = node_from_file(ctx->xml, in_fname);
1965 if (tnds == NULL) {
1970 mo = tnds_to_mo(ctx->xml, tnds);
1976 xml_node_free(ctx->xml, tnds);
3145 "- to_tnds <XML MO> <XML MO in TNDS format> [URN]\n"
3146 "- to_tnds2 <XML MO> <XML MO in TNDS format (Path) "
3148 "- from_tnds <XML MO in TNDS format> <XML MO>\n"