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

Last change on this file since 21462 was 21363, checked in by vladest, 16 years ago
  • Added RSA security interface
File size: 1.6 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
46wsnprintfA = USER32.2100
47_SystemFunction036@8 = ADVAPI32.402
Note: See TracBrowser for help on using the repository browser.