Lines Matching refs:s_pSecFn
63 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST),
68 s_pSecFn->FreeContextBuffer(SecurityPackage);
122 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST),
132 s_pSecFn->FreeContextBuffer(SecurityPackage);
163 status = s_pSecFn->AcquireCredentialsHandle(NULL,
193 status = s_pSecFn->InitializeSecurityContext(&credentials, NULL, spn,
200 s_pSecFn->CompleteAuthToken(&credentials, &resp_desc);
206 s_pSecFn->FreeCredentialsHandle(&credentials);
226 s_pSecFn->DeleteSecurityContext(&context);
227 s_pSecFn->FreeCredentialsHandle(&credentials);
413 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_DIGEST),
423 s_pSecFn->FreeContextBuffer(SecurityPackage);
439 s_pSecFn->DeleteSecurityContext(digest->http_context);
466 status = s_pSecFn->MakeSignature(digest->http_context, 0, &chlg_desc, 0);
472 s_pSecFn->DeleteSecurityContext(digest->http_context);
532 status = s_pSecFn->AcquireCredentialsHandle(NULL,
568 s_pSecFn->FreeCredentialsHandle(&credentials);
582 status = s_pSecFn->InitializeSecurityContext(&credentials, NULL,
592 s_pSecFn->CompleteAuthToken(&credentials, &resp_desc);
598 s_pSecFn->FreeCredentialsHandle(&credentials);
618 s_pSecFn->FreeCredentialsHandle(&credentials);
663 s_pSecFn->DeleteSecurityContext(digest->http_context);