HomeSort by relevance Sort by last modified time
    Searched refs:Curl_auth_build_spn (Results 1 - 8 of 8) sorted by null

  /external/curl/lib/vauth/
vauth.c 36 * Curl_auth_build_spn()
53 char *Curl_auth_build_spn(const char *service, const char *host,
70 TCHAR *Curl_auth_build_spn(const char *service, const char *host,
vauth.h 51 char *Curl_auth_build_spn(const char *service, const char *host,
54 TCHAR *Curl_auth_build_spn(const char *service, const char *host,
spnego_gssapi.c 106 char *spn = Curl_auth_build_spn(service, NULL, host);
krb5_gssapi.c 107 char *spn = Curl_auth_build_spn(service, NULL, host);
spnego_sspi.c 116 nego->spn = Curl_auth_build_spn(service, host, NULL);
krb5_sspi.c 112 krb5->spn = Curl_auth_build_spn(service, host, NULL);
digest_sspi.c 149 spn = Curl_auth_build_spn(service, data->easy_conn->host.name, NULL);
digest.c 438 spn = Curl_auth_build_spn(service, realm, NULL);

Completed in 93 milliseconds