Searched refs:s_pSecFn (Results 1 - 8 of 8) sorted by relevance

/external/curl/lib/
H A Dsocks_sspi.c138 status = s_pSecFn->AcquireCredentialsHandle(NULL,
151 s_pSecFn->FreeCredentialsHandle(&cred_handle);
164 status = s_pSecFn->InitializeSecurityContext(&cred_handle,
183 s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);
190 s_pSecFn->FreeCredentialsHandle(&cred_handle);
191 s_pSecFn->DeleteSecurityContext(&sspi_context);
193 s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);
209 s_pSecFn->FreeContextBuffer(sspi_send_token.pvBuffer);
211 s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);
212 s_pSecFn
[all...]
H A Dcurl_sspi.c55 PSecurityFunctionTable s_pSecFn = NULL; variable
99 s_pSecFn = pInitSecurityInterface();
100 if(!s_pSecFn)
121 s_pSecFn = NULL;
H A Dcurl_sspi.h59 extern PSecurityFunctionTable s_pSecFn;
/external/curl/lib/vauth/
H A Ddigest_sspi.c61 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST),
127 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST),
138 s_pSecFn->FreeContextBuffer(SecurityPackage);
176 status = s_pSecFn->AcquireCredentialsHandle(NULL,
208 status = s_pSecFn->InitializeSecurityContext(&credentials, NULL, spn,
215 s_pSecFn->CompleteAuthToken(&credentials, &resp_desc);
217 s_pSecFn->FreeCredentialsHandle(&credentials);
231 s_pSecFn->DeleteSecurityContext(&context);
232 s_pSecFn->FreeCredentialsHandle(&credentials);
424 status = s_pSecFn
[all...]
H A Dkrb5_sspi.c57 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *)
119 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *)
129 s_pSecFn->FreeContextBuffer(SecurityPackage);
160 status = s_pSecFn->AcquireCredentialsHandle(NULL,
210 status = s_pSecFn->InitializeSecurityContext(krb5->credentials,
229 s_pSecFn->DeleteSecurityContext(krb5->context);
310 status = s_pSecFn->QueryContextAttributes(krb5->context,
320 status = s_pSecFn->QueryCredentialsAttributes(krb5->credentials,
341 status = s_pSecFn->DecryptMessage(krb5->context, &input_desc, 0, &qop);
361 s_pSecFn
[all...]
H A Dntlm_sspi.c56 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_NTLM),
97 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_NTLM),
105 s_pSecFn->FreeContextBuffer(SecurityPackage);
135 status = s_pSecFn->AcquireCredentialsHandle(NULL,
159 status = s_pSecFn->InitializeSecurityContext(ntlm->credentials, NULL,
167 s_pSecFn->CompleteAuthToken(ntlm->context, &type_1_desc);
276 status = s_pSecFn->InitializeSecurityContext(ntlm->credentials,
314 s_pSecFn->DeleteSecurityContext(ntlm->context);
321 s_pSecFn->FreeCredentialsHandle(ntlm->credentials);
H A Dspnego_sspi.c58 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *)
123 nego->status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *)
132 s_pSecFn->FreeContextBuffer(SecurityPackage);
164 s_pSecFn->AcquireCredentialsHandle(NULL,
213 nego->status = s_pSecFn->InitializeSecurityContext(nego->credentials,
235 nego->status = s_pSecFn->CompleteAuthToken(nego->context, &resp_desc);
299 s_pSecFn->DeleteSecurityContext(nego->context);
306 s_pSecFn->FreeCredentialsHandle(nego->credentials);
/external/curl/lib/vtls/
H A Dschannel.c370 s_pSecFn->AcquireCredentialsHandle(NULL, (TCHAR *)UNISP_NAME,
480 sspi_status = s_pSecFn->InitializeSecurityContext(
505 s_pSecFn->FreeContextBuffer(outbuf.pvBuffer);
654 sspi_status = s_pSecFn->InitializeSecurityContext(
705 s_pSecFn->FreeContextBuffer(outbuf[i].pvBuffer);
815 sspi_status = s_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle,
883 sspi_status = s_pSecFn->QueryContextAttributes(&BACKEND->ctxt->ctxt_handle,
1038 sspi_status = s_pSecFn->QueryContextAttributes(
1077 sspi_status = s_pSecFn->EncryptMessage(&BACKEND->ctxt->ctxt_handle, 0,
1292 sspi_status = s_pSecFn
[all...]

Completed in 195 milliseconds