Lines Matching refs:s_pSecFn
58 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_NTLM),
63 s_pSecFn->FreeContextBuffer(SecurityPackage);
106 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_NTLM),
116 s_pSecFn->FreeContextBuffer(SecurityPackage);
144 status = s_pSecFn->AcquireCredentialsHandle(NULL,
170 status = s_pSecFn->InitializeSecurityContext(ntlm->credentials, NULL,
178 s_pSecFn->CompleteAuthToken(ntlm->context, &type_1_desc);
285 status = s_pSecFn->QueryContextAttributes(
308 status = s_pSecFn->InitializeSecurityContext(ntlm->credentials,
346 s_pSecFn->DeleteSecurityContext(ntlm->context);
353 s_pSecFn->FreeCredentialsHandle(ntlm->credentials);