Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dxml-utils.h58 char * xml_node_get_base64_text(struct xml_node_ctx *ctx, xml_node_t *node,
H A Dxml_libxml2.c401 char * xml_node_get_base64_text(struct xml_node_ctx *ctx, xml_node_t *node, in xml_node_get_base64_text() function
/aosp_15_r20/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c192 pw = xml_node_get_base64_text(ctx->xml, node, NULL); in osu_get_certificate()
753 *pw = xml_node_get_base64_text(ctx->xml, node, NULL); in get_user_pw()
768 *pw = xml_node_get_base64_text(ctx->xml, a, NULL); in get_user_pw()
1405 pw = xml_node_get_base64_text(ctx->xml, node, &len); in set_pps_cred_password()