ReactOS 0.4.15-dev-7907-g95bf896
negotiate.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void SECUR32_initNegotiateSP (void) DECLSPEC_HIDDEN
 

Function Documentation

◆ SECUR32_initNegotiateSP()

void SECUR32_initNegotiateSP ( void  )

Definition at line 516 of file negotiate.c.

517{
519
524 SECUR32_addPackages(provider, 1L, &infoA, &infoW);
525}
#define NULL
Definition: types.h:112
#define NEGO_MAX_TOKEN
Definition: negotiate.c:493
static const SecurityFunctionTableA negoTableA
Definition: negotiate.c:431
#define CAPS
Definition: negotiate.c:503
static WCHAR negotiate_comment_W[]
Definition: negotiate.c:498
static WCHAR nego_name_W[]
Definition: negotiate.c:495
static const SecurityFunctionTableW negoTableW
Definition: negotiate.c:462
static char nego_name_A[]
Definition: negotiate.c:496
static CHAR negotiate_comment_A[]
Definition: negotiate.c:501
static const SecPkgInfoW infoW
Definition: kerberos.c:293
static const SecPkgInfoA infoA
Definition: kerberos.c:302
#define RPC_C_AUTHN_GSS_NEGOTIATE
Definition: rpcdce.h:157
SecureProvider * SECUR32_addProvider(const SecurityFunctionTableA *fnTableA, const SecurityFunctionTableW *fnTableW, PCWSTR moduleName) DECLSPEC_HIDDEN
Definition: secur32_wine.c:314
void SECUR32_addPackages(SecureProvider *provider, ULONG toAdd, const SecPkgInfoA *infoA, const SecPkgInfoW *infoW) DECLSPEC_HIDDEN
Definition: secur32_wine.c:362

Referenced by SECUR32_initializeProviders().