Lines Matching defs:tnds
518 xml_node_t *tnds, *mo, *cert;
594 tnds = xml_node_from_buf(ctx->xml, str);
596 if (tnds == NULL) {
602 mo = tnds_to_mo(ctx->xml, tnds);
604 wpa_printf(MSG_INFO, "[hs20] Could not parse addMO TNDS text");
609 debug_dump_node(ctx, "Parsed TNDS", mo);
1831 xml_node_t *tnds, *mo;
1833 tnds = node_from_file(ctx->xml, in_fname);
1834 if (tnds == NULL) {
1839 mo = tnds_to_mo(ctx->xml, tnds);
1845 xml_node_free(ctx->xml, tnds);
2937 "- to_tnds <XML MO> <XML MO in TNDS format> [URN]\n"
2938 "- to_tnds2 <XML MO> <XML MO in TNDS format (Path) "
2940 "- from_tnds <XML MO in TNDS format> <XML MO>\n"