source: trunk/src/schannel/schannel.def@ 22012

Last change on this file since 22012 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 2.1 KB
Line 
1LIBRARY SCHANNEL INITINSTANCE
2DESCRIPTION 'Odin32 System DLL - schannel'
3DATA MULTIPLE NONSHARED
4
5EXPORTS
6
7;ApplyControlToken = _CloseSslPerformanceData @5
8;ApplyControlToken = _CollectSslPerformanceData @6
9;MakeSignature = _OpenSslPerformanceData @19
10SpLsaModeInitialize = "_SpLsaModeInitialize@16" @26
11SpUserModeInitialize = "_SpUserModeInitialize@16" @27
12;SpUserModeInitialize = _SslCrackCertificate @28
13;SpUserModeInitialize = _SslEmptyCacheA @29
14;SpUserModeInitialize = _SslEmptyCacheW @30
15;SpUserModeInitialize = _SslFreeCertificate @31
16;SpUserModeInitialize = _SslGenerateKeyPair @32
17;SpUserModeInitialize = _SslGenerateRandomBits @33
18;SpUserModeInitialize = _SslGetMaximumKeySize @34
19;SpUserModeInitialize = _SslLoadCertificate @35
20
21;forwarders from secur32
22AcceptSecurityContext = "_AcceptSecurityContext@36" @1000
23AcquireCredentialsHandleA = "_AcquireCredentialsHandleA@36" @1001
24AcquireCredentialsHandleW = "_AcquireCredentialsHandleW@36" @1002
25ApplyControlToken = "_ApplyControlToken@8" @1003
26DeleteSecurityContext = "_DeleteSecurityContext@4" @1004
27EnumerateSecurityPackagesA = "_EnumerateSecurityPackagesA@8" @1005
28EnumerateSecurityPackagesW = "_EnumerateSecurityPackagesW@8" @1006
29FreeContextBuffer = "_FreeContextBuffer@4" @1007
30FreeCredentialsHandle = "_FreeCredentialsHandle@4" @1008
31ImpersonateSecurityContext = "_ImpersonateSecurityContext@4" @1009
32InitSecurityInterfaceA = "_InitSecurityInterfaceA@0" @1010
33InitSecurityInterfaceW = "_InitSecurityInterfaceW@0" @1011
34InitializeSecurityContextA = "_InitializeSecurityContextA@48" @1012
35InitializeSecurityContextW = "_InitializeSecurityContextW@48" @1013
36MakeSignature = "_MakeSignature@16" @1014
37CompleteAuthToken = "_CompleteAuthToken@8" @1015
38QueryContextAttributesA = "_QueryContextAttributesA@12" @1016
39QueryContextAttributesW = "_QueryContextAttributesW@12" @1017
40QuerySecurityPackageInfoA = "_QuerySecurityPackageInfoA@8" @1018
41QuerySecurityPackageInfoW = "_QuerySecurityPackageInfoW@8" @1019
42RevertSecurityContext = "_RevertSecurityContext@4" @1020
43SealMessage = "_SealMessage@16" @1021
44UnsealMessage = "_UnsealMessage@16" @1022
45VerifySignature = "_VerifySignature@16" @1023
Note: See TracBrowser for help on using the repository browser.