Home
last modified time | relevance | path

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

/dports/security/openconnect/openconnect-8.10/
H A Dauth-globalprotect.c80 char *saml_method = NULL, *saml_path = NULL; in parse_prelogin_xml() local
90 free(saml_path); in parse_prelogin_xml()
91 saml_path = openconnect_base64_decode(&len, s); in parse_prelogin_xml()
99 realloc_inplace(saml_path, len+1); in parse_prelogin_xml()
100 if (!saml_path) { in parse_prelogin_xml()
104 saml_path[len] = '\0'; in parse_prelogin_xml()
115 if (saml_method || saml_path) { in parse_prelogin_xml()
120 saml_method, saml_path); in parse_prelogin_xml()
194 free(saml_path); in parse_prelogin_xml()