ReactOS 0.4.16-dev-237-gd6eebaa
|
Go to the source code of this file.
Classes | |
struct | _SecureProvider |
struct | _SecurePackage |
Typedefs | |
typedef struct _SecureProvider | SecureProvider |
typedef struct _SecurePackage | SecurePackage |
Functions | |
SecureProvider * | SECUR32_addProvider (const SecurityFunctionTableA *fnTableA, const SecurityFunctionTableW *fnTableW, PCWSTR moduleName) DECLSPEC_HIDDEN |
void | SECUR32_addPackages (SecureProvider *provider, ULONG toAdd, const SecPkgInfoA *infoA, const SecPkgInfoW *infoW) DECLSPEC_HIDDEN |
SecurePackage * | SECUR32_findPackageW (PCWSTR packageName) DECLSPEC_HIDDEN |
SecurePackage * | SECUR32_findPackageA (PCSTR packageName) DECLSPEC_HIDDEN |
PWSTR | SECUR32_AllocWideFromMultiByte (PCSTR str) DECLSPEC_HIDDEN |
PSTR | SECUR32_AllocMultiByteFromWide (PCWSTR str) DECLSPEC_HIDDEN |
typedef struct _SecurePackage SecurePackage |
typedef struct _SecureProvider SecureProvider |
void SECUR32_addPackages | ( | SecureProvider * | provider, |
ULONG | toAdd, | ||
const SecPkgInfoA * | infoA, | ||
const SecPkgInfoW * | infoW | ||
) |
Definition at line 362 of file secur32_wine.c.
Referenced by _tryLoadProvider().
SecureProvider * SECUR32_addProvider | ( | const SecurityFunctionTableA * | fnTableA, |
const SecurityFunctionTableW * | fnTableW, | ||
PCWSTR | moduleName | ||
) |
Definition at line 314 of file secur32_wine.c.
Referenced by _tryLoadProvider().
Definition at line 268 of file secur32_wine.c.
Referenced by thunk_AcquireCredentialsHandleW(), thunk_AddCredentialsW(), thunk_ContextAttributesWToA(), thunk_InitializeSecurityContextW(), and thunk_QueryCredentialsAttributesA().
Definition at line 246 of file secur32_wine.c.
Referenced by _copyPackageInfo(), thunk_ContextAttributesAToW(), and thunk_QueryCredentialsAttributesW().
SecurePackage * SECUR32_findPackageA | ( | PCSTR | packageName | ) |
Definition at line 631 of file sspi.c.
SecurePackage * SECUR32_findPackageW | ( | PCWSTR | packageName | ) |
Definition at line 577 of file sspi.c.
Referenced by SECUR32_findPackageA().