Lines Matching refs:s_pSecFn
58 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *)
64 s_pSecFn->FreeContextBuffer(SecurityPackage);
121 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *)
132 s_pSecFn->FreeContextBuffer(SecurityPackage);
161 status = s_pSecFn->AcquireCredentialsHandle(NULL,
200 status = s_pSecFn->InitializeSecurityContext(krb5->credentials,
218 s_pSecFn->DeleteSecurityContext(krb5->context);
285 status = s_pSecFn->QueryContextAttributes(krb5->context,
307 status = s_pSecFn->DecryptMessage(krb5->context, &input_desc, 0, &qop);
326 s_pSecFn->FreeContextBuffer(input_buf[1].pvBuffer);
395 status = s_pSecFn->EncryptMessage(krb5->context, KERB_WRAP_NO_ENCRYPT,
451 s_pSecFn->DeleteSecurityContext(krb5->context);
458 s_pSecFn->FreeCredentialsHandle(krb5->credentials);