Home
last modified time | relevance | path

Searched refs:xml_validate (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dxml-utils.h18 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node,
H A Dxml_libxml2.c53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate() function
/freebsd/contrib/wpa/hs20/client/
H A Dspp_client.c64 ret = xml_validate(xctx, node, spp_xsd_fname, &err); in hs20_spp_validate()