ReactOS 0.4.15-dev-7961-gdcf9eb0
_SECURITY_FUNCTION_TABLE_A Struct Reference

#include <sspi.h>

Collaboration diagram for _SECURITY_FUNCTION_TABLE_A:

Public Attributes

ULONG dwVersion
 
ENUMERATE_SECURITY_PACKAGES_FN_A EnumerateSecurityPackagesA
 
QUERY_CREDENTIALS_ATTRIBUTES_FN_A QueryCredentialsAttributesA
 
ACQUIRE_CREDENTIALS_HANDLE_FN_A AcquireCredentialsHandleA
 
FREE_CREDENTIALS_HANDLE_FN FreeCredentialsHandle
 
voidReserved2
 
INITIALIZE_SECURITY_CONTEXT_FN_A InitializeSecurityContextA
 
ACCEPT_SECURITY_CONTEXT_FN AcceptSecurityContext
 
COMPLETE_AUTH_TOKEN_FN CompleteAuthToken
 
DELETE_SECURITY_CONTEXT_FN DeleteSecurityContext
 
APPLY_CONTROL_TOKEN_FN ApplyControlToken
 
QUERY_CONTEXT_ATTRIBUTES_FN_A QueryContextAttributesA
 
IMPERSONATE_SECURITY_CONTEXT_FN ImpersonateSecurityContext
 
REVERT_SECURITY_CONTEXT_FN RevertSecurityContext
 
MAKE_SIGNATURE_FN MakeSignature
 
VERIFY_SIGNATURE_FN VerifySignature
 
FREE_CONTEXT_BUFFER_FN FreeContextBuffer
 
QUERY_SECURITY_PACKAGE_INFO_FN_A QuerySecurityPackageInfoA
 
voidReserved3
 
voidReserved4
 
EXPORT_SECURITY_CONTEXT_FN ExportSecurityContext
 
IMPORT_SECURITY_CONTEXT_FN_A ImportSecurityContextA
 
ADD_CREDENTIALS_FN_A AddCredentialsA
 
voidReserved8
 
QUERY_SECURITY_CONTEXT_TOKEN_FN QuerySecurityContextToken
 
ENCRYPT_MESSAGE_FN EncryptMessage
 
DECRYPT_MESSAGE_FN DecryptMessage
 
SET_CONTEXT_ATTRIBUTES_FN_A SetContextAttributesA
 

Detailed Description

Definition at line 953 of file sspi.h.

Member Data Documentation

◆ AcceptSecurityContext

ACCEPT_SECURITY_CONTEXT_FN _SECURITY_FUNCTION_TABLE_A::AcceptSecurityContext

Definition at line 962 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().

◆ AcquireCredentialsHandleA

ACQUIRE_CREDENTIALS_HANDLE_FN_A _SECURITY_FUNCTION_TABLE_A::AcquireCredentialsHandleA

Definition at line 958 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().

◆ AddCredentialsA

ADD_CREDENTIALS_FN_A _SECURITY_FUNCTION_TABLE_A::AddCredentialsA

Definition at line 977 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().

◆ ApplyControlToken

APPLY_CONTROL_TOKEN_FN _SECURITY_FUNCTION_TABLE_A::ApplyControlToken

Definition at line 965 of file sspi.h.

◆ CompleteAuthToken

COMPLETE_AUTH_TOKEN_FN _SECURITY_FUNCTION_TABLE_A::CompleteAuthToken

Definition at line 963 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().

◆ DecryptMessage

DECRYPT_MESSAGE_FN _SECURITY_FUNCTION_TABLE_A::DecryptMessage

Definition at line 981 of file sspi.h.

Referenced by _makeFnTableA(), _makeFnTableW(), and test_InitSecurityInterface().

◆ DeleteSecurityContext

DELETE_SECURITY_CONTEXT_FN _SECURITY_FUNCTION_TABLE_A::DeleteSecurityContext

Definition at line 964 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().

◆ dwVersion

ULONG _SECURITY_FUNCTION_TABLE_A::dwVersion

Definition at line 955 of file sspi.h.

Referenced by _makeFnTableA(), and test_InitSecurityInterface().

◆ EncryptMessage

ENCRYPT_MESSAGE_FN _SECURITY_FUNCTION_TABLE_A::EncryptMessage

Definition at line 980 of file sspi.h.

Referenced by _makeFnTableA(), _makeFnTableW(), and test_InitSecurityInterface().

◆ EnumerateSecurityPackagesA

ENUMERATE_SECURITY_PACKAGES_FN_A _SECURITY_FUNCTION_TABLE_A::EnumerateSecurityPackagesA

Definition at line 956 of file sspi.h.

Referenced by _makeFnTableA(), and _tryLoadProvider().

◆ ExportSecurityContext

EXPORT_SECURITY_CONTEXT_FN _SECURITY_FUNCTION_TABLE_A::ExportSecurityContext

Definition at line 975 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().

◆ FreeContextBuffer

FREE_CONTEXT_BUFFER_FN _SECURITY_FUNCTION_TABLE_A::FreeContextBuffer

Definition at line 971 of file sspi.h.

Referenced by _makeFnTableA(), _makeFnTableW(), and _tryLoadProvider().

◆ FreeCredentialsHandle

FREE_CREDENTIALS_HANDLE_FN _SECURITY_FUNCTION_TABLE_A::FreeCredentialsHandle

Definition at line 959 of file sspi.h.

◆ ImpersonateSecurityContext

IMPERSONATE_SECURITY_CONTEXT_FN _SECURITY_FUNCTION_TABLE_A::ImpersonateSecurityContext

Definition at line 967 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().

◆ ImportSecurityContextA

IMPORT_SECURITY_CONTEXT_FN_A _SECURITY_FUNCTION_TABLE_A::ImportSecurityContextA

Definition at line 976 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().

◆ InitializeSecurityContextA

INITIALIZE_SECURITY_CONTEXT_FN_A _SECURITY_FUNCTION_TABLE_A::InitializeSecurityContextA

Definition at line 961 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().

◆ MakeSignature

MAKE_SIGNATURE_FN _SECURITY_FUNCTION_TABLE_A::MakeSignature

Definition at line 969 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().

◆ QueryContextAttributesA

QUERY_CONTEXT_ATTRIBUTES_FN_A _SECURITY_FUNCTION_TABLE_A::QueryContextAttributesA

Definition at line 966 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().

◆ QueryCredentialsAttributesA

QUERY_CREDENTIALS_ATTRIBUTES_FN_A _SECURITY_FUNCTION_TABLE_A::QueryCredentialsAttributesA

Definition at line 957 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().

◆ QuerySecurityContextToken

QUERY_SECURITY_CONTEXT_TOKEN_FN _SECURITY_FUNCTION_TABLE_A::QuerySecurityContextToken

Definition at line 979 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().

◆ QuerySecurityPackageInfoA

QUERY_SECURITY_PACKAGE_INFO_FN_A _SECURITY_FUNCTION_TABLE_A::QuerySecurityPackageInfoA

Definition at line 972 of file sspi.h.

Referenced by _makeFnTableA().

◆ Reserved2

void* _SECURITY_FUNCTION_TABLE_A::Reserved2

Definition at line 960 of file sspi.h.

Referenced by test_InitSecurityInterface().

◆ Reserved3

void* _SECURITY_FUNCTION_TABLE_A::Reserved3

Definition at line 973 of file sspi.h.

Referenced by test_InitSecurityInterface().

◆ Reserved4

void* _SECURITY_FUNCTION_TABLE_A::Reserved4

Definition at line 974 of file sspi.h.

Referenced by test_InitSecurityInterface().

◆ Reserved8

void* _SECURITY_FUNCTION_TABLE_A::Reserved8

Definition at line 978 of file sspi.h.

◆ RevertSecurityContext

REVERT_SECURITY_CONTEXT_FN _SECURITY_FUNCTION_TABLE_A::RevertSecurityContext

Definition at line 968 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().

◆ SetContextAttributesA

SET_CONTEXT_ATTRIBUTES_FN_A _SECURITY_FUNCTION_TABLE_A::SetContextAttributesA

Definition at line 982 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().

◆ VerifySignature

VERIFY_SIGNATURE_FN _SECURITY_FUNCTION_TABLE_A::VerifySignature

Definition at line 970 of file sspi.h.

Referenced by _makeFnTableA(), and _makeFnTableW().


The documentation for this struct was generated from the following file: