Public symbols in security.dll (6.3.9600.16384-Windows_8.1) on x86_64
Total: 22
sspi.h,
security.dll
AcceptSecurityContext ( PCredHandle phCredential, PCtxtHandle phContext, PSecBufferDesc pInput, unsigned long fContextReq, unsigned long TargetDataRep, PCtxtHandle phNewContext, PSecBufferDesc pOutput, unsigned long* pfContextAttr, PTimeStamp ptsExpiry )
AcquireCredentialsHandleA ( LPSTR pszPrincipal, LPSTR pszPackage, unsigned long fCredentialUse, void* pvLogonId, void* pAuthData, SEC_GET_KEY_FN pGetKeyFn, void* pvGetKeyArgument, PCredHandle phCredential, PTimeStamp ptsExpiry )
AcquireCredentialsHandleW ( LPWSTR pszPrincipal, LPWSTR pszPackage, unsigned long fCredentialUse, void* pvLogonId, void* pAuthData, SEC_GET_KEY_FN pGetKeyFn, void* pvGetKeyArgument, PCredHandle phCredential, PTimeStamp ptsExpiry )
AddSecurityPackageA ( LPSTR pszPackageName, PSECURITY_PACKAGE_OPTIONS pOptions )
AddSecurityPackageW ( LPWSTR pszPackageName, PSECURITY_PACKAGE_OPTIONS pOptions )
ApplyControlToken ( PCtxtHandle phContext, PSecBufferDesc pInput )
CompleteAuthToken ( PCtxtHandle phContext, PSecBufferDesc pToken )
DecryptMessage ( PCtxtHandle phContext, PSecBufferDesc pMessage, unsigned long MessageSeqNo, unsigned long* pfQOP )
DeleteSecurityContext ( PCtxtHandle phContext )
DeleteSecurityPackageA ( LPSTR pszPackageName )
FreeCredentialsHandle ( PCredHandle phCredential )
ImpersonateSecurityContext ( PCtxtHandle phContext )
ImportSecurityContextA ( LPSTR pszPackage, PSecBuffer pPackedContext, void* Token, PCtxtHandle phContext )
ImportSecurityContextW ( LPWSTR pszPackage, PSecBuffer pPackedContext, void* Token, PCtxtHandle phContext )
InitializeSecurityContextA ( PCredHandle phCredential, PCtxtHandle phContext, SEC_CHAR* pszTargetName, unsigned long fContextReq, unsigned long Reserved1, unsigned long TargetDataRep, PSecBufferDesc pInput, unsigned long Reserved2, PCtxtHandle phNewContext, PSecBufferDesc pOutput, unsigned long* pfContextAttr, PTimeStamp ptsExpiry )
InitializeSecurityContextW ( PCredHandle phCredential, PCtxtHandle phContext, SEC_WCHAR* pszTargetName, unsigned long fContextReq, unsigned long Reserved1, unsigned long TargetDataRep, PSecBufferDesc pInput, unsigned long Reserved2, PCtxtHandle phNewContext, PSecBufferDesc pOutput, unsigned long* pfContextAttr, PTimeStamp ptsExpiry )
InitSecurityInterfaceA ( )
InitSecurityInterfaceW ( )
MakeSignature ( PCtxtHandle phContext, unsigned long fQOP, PSecBufferDesc pMessage, unsigned long MessageSeqNo )
QueryContextAttributesA ( PCtxtHandle phContext, unsigned long ulAttribute, void* pBuffer )
RevertSecurityContext ( PCtxtHandle phContext )
VerifySignature ( PCtxtHandle phContext, PSecBufferDesc pMessage, unsigned long MessageSeqNo, unsigned long* pfQOP )
to the top