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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dsocks_sspi.c228 s_pSecFn->AcquireCredentialsHandleA( NULL,
243 s_pSecFn->FreeCredentialsHandle(&cred_handle);
251 sspi_major_status = s_pSecFn->InitializeSecurityContextA(
269 s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);
278 s_pSecFn->FreeCredentialsHandle(&cred_handle);
279 s_pSecFn->DeleteSecurityContext(&sspi_context);
280 s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);
296 s_pSecFn->FreeContextBuffer(sspi_send_token.pvBuffer);
297 s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);
298 s_pSecFn
[all...]
H A Dcurl_sspi.c46 PSecurityFunctionTableA s_pSecFn = NULL; variable
96 s_pSecFn = pInitSecurityInterface();
97 if(! s_pSecFn)
117 s_pSecFn = NULL;
H A Dcurl_sspi.h70 extern PSecurityFunctionTableA s_pSecFn;
H A Dhttp_negotiate_sspi.c139 ret = s_pSecFn->QuerySecurityPackageInfo((SEC_CHAR *)"Negotiate",
148 s_pSecFn->FreeContextBuffer(SecurityPackage);
168 s_pSecFn->AcquireCredentialsHandle(NULL, (SEC_CHAR *)"Negotiate",
207 neg_ctx->status = s_pSecFn->InitializeSecurityContext(
226 neg_ctx->status = s_pSecFn->CompleteAuthToken(neg_ctx->context,
272 s_pSecFn->DeleteSecurityContext(neg_ctx->context);
278 s_pSecFn->FreeCredentialsHandle(neg_ctx->credentials);
H A Dcurl_ntlm_msgs.c316 s_pSecFn->DeleteSecurityContext(&ntlm->c_handle);
317 s_pSecFn->FreeCredentialsHandle(&ntlm->handle);
446 status = s_pSecFn->AcquireCredentialsHandleA(NULL, (void *)"NTLM",
460 status = s_pSecFn->InitializeSecurityContextA(&ntlm->handle, NULL,
472 s_pSecFn->CompleteAuthToken(&ntlm->c_handle, &desc);
474 s_pSecFn->FreeCredentialsHandle(&ntlm->handle);
636 status = s_pSecFn->InitializeSecurityContextA(&ntlm->handle,

Completed in 45 milliseconds