Home
last modified time | relevance | path

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

/curl/lib/
H A Dsocks_sspi.c142 status = Curl_pSecFn->AcquireCredentialsHandle(NULL, in Curl_SOCKS5_gssapi_negotiate()
155 Curl_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
196 Curl_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
270 Curl_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
280 Curl_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
289 Curl_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
328 Curl_pSecFn->FreeCredentialsHandle(&cred_handle); in Curl_SOCKS5_gssapi_negotiate()
330 Curl_pSecFn->DeleteSecurityContext(&sspi_context); in Curl_SOCKS5_gssapi_negotiate()
331 Curl_pSecFn->FreeContextBuffer(names.sUserName); in Curl_SOCKS5_gssapi_negotiate()
342 Curl_pSecFn->FreeContextBuffer(names.sUserName); in Curl_SOCKS5_gssapi_negotiate()
[all …]
H A Dcurl_sspi.c58 PSecurityFunctionTable Curl_pSecFn = NULL; variable
103 Curl_pSecFn = pInitSecurityInterface(); in Curl_sspi_global_init()
104 if(!Curl_pSecFn) in Curl_sspi_global_init()
125 Curl_pSecFn = NULL; in Curl_sspi_global_cleanup()
H A Dcurl_sspi.h61 extern PSecurityFunctionTable Curl_pSecFn;
/curl/lib/vauth/
H A Ddigest_sspi.c69 Curl_pSecFn->FreeContextBuffer(SecurityPackage); in Curl_auth_is_digest_supported()
134 Curl_pSecFn->FreeContextBuffer(SecurityPackage); in Curl_auth_create_digest_md5_message()
165 status = Curl_pSecFn->AcquireCredentialsHandle(NULL, in Curl_auth_create_digest_md5_message()
208 Curl_pSecFn->FreeCredentialsHandle(&credentials); in Curl_auth_create_digest_md5_message()
228 Curl_pSecFn->DeleteSecurityContext(&context); in Curl_auth_create_digest_md5_message()
229 Curl_pSecFn->FreeCredentialsHandle(&credentials); in Curl_auth_create_digest_md5_message()
426 Curl_pSecFn->FreeContextBuffer(SecurityPackage); in Curl_auth_create_digest_http_message()
536 status = Curl_pSecFn->AcquireCredentialsHandle(NULL, in Curl_auth_create_digest_http_message()
572 Curl_pSecFn->FreeCredentialsHandle(&credentials); in Curl_auth_create_digest_http_message()
602 Curl_pSecFn->FreeCredentialsHandle(&credentials); in Curl_auth_create_digest_http_message()
[all …]
H A Dntlm_sspi.c58 status = Curl_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_NTLM), in Curl_auth_is_ntlm_supported()
63 Curl_pSecFn->FreeContextBuffer(SecurityPackage); in Curl_auth_is_ntlm_supported()
106 status = Curl_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_NTLM), in Curl_auth_create_ntlm_type1_message()
116 Curl_pSecFn->FreeContextBuffer(SecurityPackage); in Curl_auth_create_ntlm_type1_message()
144 status = Curl_pSecFn->AcquireCredentialsHandle(NULL, in Curl_auth_create_ntlm_type1_message()
170 status = Curl_pSecFn->InitializeSecurityContext(ntlm->credentials, NULL, in Curl_auth_create_ntlm_type1_message()
178 Curl_pSecFn->CompleteAuthToken(ntlm->context, &type_1_desc); in Curl_auth_create_ntlm_type1_message()
285 status = Curl_pSecFn->QueryContextAttributes( in Curl_auth_create_ntlm_type3_message()
308 status = Curl_pSecFn->InitializeSecurityContext(ntlm->credentials, in Curl_auth_create_ntlm_type3_message()
346 Curl_pSecFn->DeleteSecurityContext(ntlm->context); in Curl_auth_cleanup_ntlm()
[all …]
H A Dkrb5_sspi.c58 status = Curl_pSecFn->QuerySecurityPackageInfo((TCHAR *) in Curl_auth_is_gssapi_supported()
64 Curl_pSecFn->FreeContextBuffer(SecurityPackage); in Curl_auth_is_gssapi_supported()
121 status = Curl_pSecFn->QuerySecurityPackageInfo((TCHAR *) in Curl_auth_create_gssapi_user_message()
132 Curl_pSecFn->FreeContextBuffer(SecurityPackage); in Curl_auth_create_gssapi_user_message()
161 status = Curl_pSecFn->AcquireCredentialsHandle(NULL, in Curl_auth_create_gssapi_user_message()
200 status = Curl_pSecFn->InitializeSecurityContext(krb5->credentials, in Curl_auth_create_gssapi_user_message()
218 Curl_pSecFn->DeleteSecurityContext(krb5->context); in Curl_auth_create_gssapi_user_message()
285 status = Curl_pSecFn->QueryContextAttributes(krb5->context, in Curl_auth_create_gssapi_security_message()
326 Curl_pSecFn->FreeContextBuffer(input_buf[1].pvBuffer); in Curl_auth_create_gssapi_security_message()
451 Curl_pSecFn->DeleteSecurityContext(krb5->context); in Curl_auth_cleanup_gssapi()
[all …]
H A Dspnego_sspi.c60 status = Curl_pSecFn->QuerySecurityPackageInfo((TCHAR *) in Curl_auth_is_spnego_supported()
66 Curl_pSecFn->FreeContextBuffer(SecurityPackage); in Curl_auth_is_spnego_supported()
131 nego->status = (DWORD)Curl_pSecFn->QuerySecurityPackageInfo((TCHAR *) in Curl_auth_decode_spnego_message()
142 Curl_pSecFn->FreeContextBuffer(SecurityPackage); in Curl_auth_decode_spnego_message()
172 Curl_pSecFn->AcquireCredentialsHandle(NULL, in Curl_auth_decode_spnego_message()
221 nego->status = (DWORD)Curl_pSecFn->QueryContextAttributes( in Curl_auth_decode_spnego_message()
246 (DWORD)Curl_pSecFn->InitializeSecurityContext(nego->credentials, in Curl_auth_decode_spnego_message()
272 nego->status = (DWORD)Curl_pSecFn->CompleteAuthToken(nego->context, in Curl_auth_decode_spnego_message()
336 Curl_pSecFn->DeleteSecurityContext(nego->context); in Curl_auth_cleanup_spnego()
343 Curl_pSecFn->FreeCredentialsHandle(nego->credentials); in Curl_auth_cleanup_spnego()
/curl/lib/vtls/
H A Dschannel.c971 Curl_pSecFn->AcquireCredentialsHandle(NULL, (TCHAR*)UNISP_NAME, in schannel_acquire_credential_handle()
1018 Curl_pSecFn->AcquireCredentialsHandle(NULL, (TCHAR*)UNISP_NAME, in schannel_acquire_credential_handle()
1248 sspi_status = Curl_pSecFn->InitializeSecurityContext( in schannel_connect_step1()
1292 Curl_pSecFn->FreeContextBuffer(outbuf.pvBuffer); in schannel_connect_step1()
1439 sspi_status = Curl_pSecFn->InitializeSecurityContext( in schannel_connect_step2()
1491 Curl_pSecFn->FreeContextBuffer(outbuf[i].pvBuffer); in schannel_connect_step2()
1687 Curl_pSecFn->FreeCredentialsHandle(&cred->cred_handle); in schannel_session_free()
1958 sspi_status = Curl_pSecFn->QueryContextAttributes( in schannel_send()
2516 sspi_status = Curl_pSecFn->InitializeSecurityContext( in schannel_shutdown()
2535 Curl_pSecFn->FreeContextBuffer(outbuf.pvBuffer); in schannel_shutdown()
[all …]
H A Dschannel_verify.c486 Curl_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle, in Curl_verify_host()
615 Curl_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle, in Curl_verify_certificate()

Completed in 34 milliseconds