Home | History | Annotate | Download | only in eap_server

Lines Matching defs:xml

24 "<?xml version=\"1.0\"?>\n" \
29 "IF_TNCCS# https://www.trustedcomputinggroup.org/XML/SCHEMA/TNCCS_1.0.xsd\">\n"
819 "<XML><TNCCS-Recommendation type=\"%s\">"
820 "</TNCCS-Recommendation></XML>"
946 * <XML><TNCCS-Foo type="foo"></TNCCS-Foo></XML>
954 char *xml, *xmlend, *endpos;
975 /* Base64 OR XML */
977 xml = NULL;
979 pos = os_strstr(start, "<XML>");
982 pos2 = os_strstr(pos, "</XML>");
989 xml = pos;
1006 if (xml) {
1008 "TNC: TNCC-TNCS-Message XML",
1009 (unsigned char *) xml,
1010 xmlend - xml);