Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dxml_libxml2.c438 struct xml_node_ctx *xctx; in xml_node_init_ctx() local
440 xctx = os_zalloc(sizeof(*xctx)); in xml_node_init_ctx()
441 if (xctx == NULL) in xml_node_init_ctx()
443 xctx->ctx = upper_ctx; in xml_node_init_ctx()
447 return xctx; in xml_node_init_ctx()
/external/wpa_supplicant_8/hs20/client/
Dspp_client.c44 struct xml_node_ctx *xctx = ctx->xml; in hs20_spp_validate() local
49 if (!xml_node_is_element(xctx, node)) in hs20_spp_validate()
52 name = xml_node_get_localname(xctx, node); in hs20_spp_validate()
64 ret = xml_validate(xctx, node, spp_xsd_fname, &err); in hs20_spp_validate()
/external/boringssl/src/crypto/x509/
Dx509_vfy.c200 int (*cb)(int xok,X509_STORE_CTX *xctx); in X509_verify_cert()
511 int (*cb)(int xok,X509_STORE_CTX *xctx); in check_chain_extensions()
749 int (*cb)(int xok,X509_STORE_CTX *xctx); in check_trust()
1730 int (*cb)(int xok,X509_STORE_CTX *xctx); in internal_verify()