Home
last modified time | relevance | path

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

/curl/lib/vauth/
H A Dvauth.c57 char *Curl_auth_build_spn(const char *service, const char *host, in Curl_auth_build_spn() function
74 TCHAR *Curl_auth_build_spn(const char *service, const char *host, in Curl_auth_build_spn() function
H A Dvauth.h65 char *Curl_auth_build_spn(const char *service, const char *host,
68 TCHAR *Curl_auth_build_spn(const char *service, const char *host,
H A Dspnego_gssapi.c108 char *spn = Curl_auth_build_spn(service, NULL, host); in Curl_auth_decode_spnego_message()
H A Dkrb5_gssapi.c103 char *spn = Curl_auth_build_spn(service, NULL, host); in Curl_auth_create_gssapi_user_message()
H A Dntlm_sspi.c157 ntlm->spn = Curl_auth_build_spn(service, host, NULL); in Curl_auth_create_ntlm_type1_message()
H A Dspnego_sspi.c124 nego->spn = Curl_auth_build_spn(service, host, NULL); in Curl_auth_decode_spnego_message()
H A Dkrb5_sspi.c114 krb5->spn = Curl_auth_build_spn(service, host, NULL); in Curl_auth_create_gssapi_user_message()
H A Ddigest_sspi.c140 spn = Curl_auth_build_spn(service, data->conn->host.name, NULL); in Curl_auth_create_digest_md5_message()
H A Ddigest.c423 spn = Curl_auth_build_spn(service, data->conn->host.name, NULL); in Curl_auth_create_digest_md5_message()

Completed in 55 milliseconds