mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.7 KiB
38 lines
1.7 KiB
|
|
LIBRARY SSLSSPI
|
|
|
|
DESCRIPTION 'Windows NT SSL Security Provider'
|
|
|
|
EXPORTS
|
|
|
|
InitSecurityInterfaceW =SslInitSecurityInterfaceW
|
|
InitSecurityInterfaceA =SslInitSecurityInterfaceA
|
|
|
|
SecurityPackageControl =SslSecurityPackageControl
|
|
QuerySecurityPackageInfoW =SslQuerySecurityPackageInfoW
|
|
QuerySecurityPackageInfoA =SslQuerySecurityPackageInfoA
|
|
EnumerateSecurityPackagesW =SslEnumerateSecurityPackagesW
|
|
EnumerateSecurityPackagesA =SslEnumerateSecurityPackagesA
|
|
AcquireCredentialsHandleW =SslAcquireCredentialsHandleW
|
|
AcquireCredentialsHandleA =SslAcquireCredentialsHandleA
|
|
FreeCredentialsHandle =SslFreeCredentialHandle
|
|
InitializeSecurityContextW =SslInitializeSecurityContextW
|
|
InitializeSecurityContextA =SslInitializeSecurityContextA
|
|
AcceptSecurityContext =SslAcceptSecurityContext
|
|
DeleteSecurityContext =SslDeleteSecurityContext
|
|
ApplyControlToken =SslApplyControlToken
|
|
QueryContextAttributesW =SslQueryContextAttributesW
|
|
QueryContextAttributesA =SslQueryContextAttributesA
|
|
MakeSignature =SslMakeSignature
|
|
VerifySignature =SslVerifySignature
|
|
SealMessage =SslSealMessage
|
|
UnsealMessage =SslUnsealMessage
|
|
ImpersonateSecurityContext =SslImpersonateSecurityContext
|
|
RevertSecurityContext =SslRevertSecurityContext
|
|
FreeContextBuffer =SslFreeContextBuffer
|
|
|
|
|
|
|
|
SslGenerateKeyPair
|
|
SslGenerateRandomBits
|
|
SslLoadCertificate
|