source: trunk/src/rsaenh/rsaenh.def@ 22015

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

Merge branch gcc-kmk to trunk.

File size: 1.7 KB
Line 
1LIBRARY RSAENH INITINSTANCE
2DESCRIPTION 'Odin32 System DLL - rsaenh'
3DATA MULTIPLE NONSHARED
4
5EXPORTS
6
7CPAcquireContext = "_RSAENH_CPAcquireContext@16" @1
8CPCreateHash = "_RSAENH_CPCreateHash@20" @2
9CPDecrypt = "_RSAENH_CPDecrypt@28" @3
10CPDeriveKey = "_RSAENH_CPDeriveKey@20" @4
11CPDestroyHash = "_RSAENH_CPDestroyHash@8" @5
12CPDestroyKey = "_RSAENH_CPDestroyKey@8" @6
13CPDuplicateHash = "_RSAENH_CPDuplicateHash@20" @7
14CPDuplicateKey = "_RSAENH_CPDuplicateKey@20" @8
15CPEncrypt = "_RSAENH_CPEncrypt@32" @9
16CPExportKey = "_RSAENH_CPExportKey@28" @10
17CPGenKey = "_RSAENH_CPGenKey@16" @11
18CPGenRandom = "_RSAENH_CPGenRandom@12" @12
19CPGetHashParam = "_RSAENH_CPGetHashParam@24" @13
20CPGetKeyParam = "_RSAENH_CPGetKeyParam@24" @14
21CPGetProvParam = "_RSAENH_CPGetProvParam@20" @15
22CPGetUserKey = "_RSAENH_CPGetUserKey@12" @16
23CPHashData = "_RSAENH_CPHashData@20" @17
24CPHashSessionKey = "_RSAENH_CPHashSessionKey@16" @18
25CPImportKey = "_RSAENH_CPImportKey@24" @19
26CPReleaseContext = "_RSAENH_CPReleaseContext@8" @20
27CPSetHashParam = "_RSAENH_CPSetHashParam@20" @21
28CPSetKeyParam = "_RSAENH_CPSetKeyParam@20" @22
29CPSetProvParam = "_RSAENH_CPSetProvParam@16" @23
30CPSignHash = "_RSAENH_CPSignHash@28" @24
31CPVerifySignature = "_RSAENH_CPVerifySignature@28" @25
32DllRegisterServer = "_DllRegisterServer@0" @26
33DllUnregisterServer = "_DllUnregisterServer@0" @27
34
35IMPORTS
36
37"_MD4Final@4" = ADVAPI32.503
38"_MD5Final@4" = ADVAPI32.506
39"_MD4Update@12" = ADVAPI32.505
40"_MD5Update@12" = ADVAPI32.508
41"_A_SHAInit@4" = ADVAPI32.501
42"_A_SHAFinal@8" = ADVAPI32.500
43"_A_SHAUpdate@12" = ADVAPI32.502
44"_MD4Init@4" = ADVAPI32.504
45"_MD5Init@4" = ADVAPI32.507
46_wsnprintfA = USER32.2100
47"_SystemFunction036@8" = ADVAPI32.402
Note: See TracBrowser for help on using the repository browser.