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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dsocks_sspi.c239 s_pSecFn->AcquireCredentialsHandleA( NULL,
254 s_pSecFn->FreeCredentialsHandle(&cred_handle);
262 sspi_major_status = s_pSecFn->InitializeSecurityContextA(
280 s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);
289 s_pSecFn->FreeCredentialsHandle(&cred_handle);
290 s_pSecFn->DeleteSecurityContext(&sspi_context);
291 s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);
307 s_pSecFn->FreeContextBuffer(sspi_send_token.pvBuffer);
308 s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);
309 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.c138 ret = s_pSecFn->QuerySecurityPackageInfo((SEC_CHAR *)"Negotiate",
147 s_pSecFn->FreeContextBuffer(SecurityPackage);
167 s_pSecFn->AcquireCredentialsHandle(NULL, (SEC_CHAR *)"Negotiate",
205 neg_ctx->status = s_pSecFn->InitializeSecurityContext(
224 neg_ctx->status = s_pSecFn->CompleteAuthToken(neg_ctx->context,
267 s_pSecFn->DeleteSecurityContext(neg_ctx->context);
273 s_pSecFn->FreeCredentialsHandle(neg_ctx->credentials);
H A Dhttp_ntlm.c643 s_pSecFn->DeleteSecurityContext(&ntlm->c_handle);
644 s_pSecFn->FreeCredentialsHandle(&ntlm->handle);
798 if(s_pSecFn->AcquireCredentialsHandleA(
812 status = s_pSecFn->InitializeSecurityContextA(&ntlm->handle, NULL,
824 s_pSecFn->CompleteAuthToken(&ntlm->c_handle, &desc);
827 s_pSecFn->FreeCredentialsHandle(&ntlm->handle);
969 status = s_pSecFn->InitializeSecurityContextA(&ntlm->handle,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dsocks_sspi.c239 s_pSecFn->AcquireCredentialsHandleA( NULL,
254 s_pSecFn->FreeCredentialsHandle(&cred_handle);
262 sspi_major_status = s_pSecFn->InitializeSecurityContextA(
280 s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);
289 s_pSecFn->FreeCredentialsHandle(&cred_handle);
290 s_pSecFn->DeleteSecurityContext(&sspi_context);
291 s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);
307 s_pSecFn->FreeContextBuffer(sspi_send_token.pvBuffer);
308 s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);
309 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.c138 ret = s_pSecFn->QuerySecurityPackageInfo((SEC_CHAR *)"Negotiate",
147 s_pSecFn->FreeContextBuffer(SecurityPackage);
167 s_pSecFn->AcquireCredentialsHandle(NULL, (SEC_CHAR *)"Negotiate",
205 neg_ctx->status = s_pSecFn->InitializeSecurityContext(
224 neg_ctx->status = s_pSecFn->CompleteAuthToken(neg_ctx->context,
267 s_pSecFn->DeleteSecurityContext(neg_ctx->context);
273 s_pSecFn->FreeCredentialsHandle(neg_ctx->credentials);
H A Dhttp_ntlm.c643 s_pSecFn->DeleteSecurityContext(&ntlm->c_handle);
644 s_pSecFn->FreeCredentialsHandle(&ntlm->handle);
798 if(s_pSecFn->AcquireCredentialsHandleA(
812 status = s_pSecFn->InitializeSecurityContextA(&ntlm->handle, NULL,
824 s_pSecFn->CompleteAuthToken(&ntlm->c_handle, &desc);
827 s_pSecFn->FreeCredentialsHandle(&ntlm->handle);
969 status = s_pSecFn->InitializeSecurityContextA(&ntlm->handle,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dsocks_sspi.c239 s_pSecFn->AcquireCredentialsHandleA( NULL,
254 s_pSecFn->FreeCredentialsHandle(&cred_handle);
262 sspi_major_status = s_pSecFn->InitializeSecurityContextA(
280 s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);
289 s_pSecFn->FreeCredentialsHandle(&cred_handle);
290 s_pSecFn->DeleteSecurityContext(&sspi_context);
291 s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);
307 s_pSecFn->FreeContextBuffer(sspi_send_token.pvBuffer);
308 s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);
309 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.c138 ret = s_pSecFn->QuerySecurityPackageInfo((SEC_CHAR *)"Negotiate",
147 s_pSecFn->FreeContextBuffer(SecurityPackage);
167 s_pSecFn->AcquireCredentialsHandle(NULL, (SEC_CHAR *)"Negotiate",
205 neg_ctx->status = s_pSecFn->InitializeSecurityContext(
224 neg_ctx->status = s_pSecFn->CompleteAuthToken(neg_ctx->context,
267 s_pSecFn->DeleteSecurityContext(neg_ctx->context);
273 s_pSecFn->FreeCredentialsHandle(neg_ctx->credentials);
H A Dhttp_ntlm.c643 s_pSecFn->DeleteSecurityContext(&ntlm->c_handle);
644 s_pSecFn->FreeCredentialsHandle(&ntlm->handle);
798 if(s_pSecFn->AcquireCredentialsHandleA(
812 status = s_pSecFn->InitializeSecurityContextA(&ntlm->handle, NULL,
824 s_pSecFn->CompleteAuthToken(&ntlm->c_handle, &desc);
827 s_pSecFn->FreeCredentialsHandle(&ntlm->handle);
969 status = s_pSecFn->InitializeSecurityContextA(&ntlm->handle,

Completed in 184 milliseconds