ReactOS 0.4.15-dev-7958-gcd0bb1a
kerberos.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_initKerberosSP (void) DECLSPEC_HIDDEN
 

Function Documentation

◆ SECUR32_initKerberosSP()

void SECUR32_initKerberosSP ( void  )

Definition at line 311 of file kerberos.c.

312{
314 SECUR32_addPackages(provider, 1, &infoA, &infoW);
315}
#define NULL
Definition: types.h:112
static const SecPkgInfoW infoW
Definition: kerberos.c:293
static const SecPkgInfoA infoA
Definition: kerberos.c:302
static const SecurityFunctionTableA kerberosTableA
Definition: kerberos.c:203
static const SecurityFunctionTableW kerberosTableW
Definition: kerberos.c:234
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().