Changeset 2976 for trunk/src/advapi32/ADVAPI32.DEF
- Timestamp:
- Mar 3, 2000, 12:08:23 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/advapi32/ADVAPI32.DEF
r2343 r2976 1 ; $Id: ADVAPI32.DEF,v 1.1 1 2000-01-06 20:05:00sandervl Exp $1 ; $Id: ADVAPI32.DEF,v 1.12 2000-03-02 23:08:22 sandervl Exp $ 2 2 3 3 ; … … 177 177 CreateServiceA = _CreateServiceA@52 @48 178 178 CreateServiceW = _CreateServiceW@52 @49 179 ; CryptAcquireContextA@50180 ; CryptAcquireContextW@51181 ; CryptCreateHash@52182 ; CryptDecrypt@53183 ; CryptDeriveKey@54184 ; CryptDestroyHash@55185 ; CryptDestroyKey@56186 ; CryptEncrypt@57187 ; CryptExportKey@58188 ; CryptGenKey@59189 ; CryptGenRandom@60190 ; CryptGetHashParam@61191 ; CryptGetKeyParam@62192 ; CryptGetProvParam@63193 ; CryptGetUserKey@64194 ; CryptHashData@65195 ; CryptHashSessionKey@66196 ; CryptImportKey@67197 ; CryptReleaseContext@68198 ; CryptSetHashParam@69199 ; CryptSetKeyParam@70200 ; CryptSetProvParam@71201 ; CryptSetProviderA@72202 ; CryptSetProviderW@73203 ; CryptSignHashA@74204 ; CryptSignHashW@75205 ; CryptVerifySignatureA@76206 ; CryptVerifySignatureW@77179 CryptAcquireContextA = _CryptAcquireContextA@20 @50 180 CryptAcquireContextW = _CryptAcquireContextW@20 @51 181 CryptCreateHash = _CryptCreateHash@20 @52 182 CryptDecrypt = _CryptDecrypt@24 @53 183 CryptDeriveKey = _CryptDeriveKey@20 @54 184 CryptDestroyHash = _CryptDestroyHash@4 @55 185 CryptDestroyKey = _CryptDestroyKey@4 @56 186 CryptEncrypt = _CryptEncrypt@28 @57 187 CryptExportKey = _CryptExportKey@24 @58 188 CryptGenKey = _CryptGenKey@16 @59 189 CryptGenRandom = _CryptGenRandom@12 @60 190 CryptGetHashParam = _CryptGetHashParam@20 @61 191 CryptGetKeyParam = _CryptGetKeyParam@20 @62 192 CryptGetProvParam = _CryptGetProvParam@20 @63 193 CryptGetUserKey = _CryptGetUserKey@12 @64 194 CryptHashData = _CryptHashData@16 @65 195 CryptHashSessionKey = _CryptHashSessionKey@12 @66 196 CryptImportKey = _CryptImportKey@24 @67 197 CryptReleaseContext = _CryptReleaseContext@8 @68 198 CryptSetHashParam = _CryptSetHashParam@16 @69 199 CryptSetKeyParam = _CryptSetKeyParam@16 @70 200 CryptSetProvParam = _CryptSetProvParam@16 @71 201 CryptSetProviderA = _CryptSetProviderA@8 @72 202 CryptSetProviderW = _CryptSetProviderW@8 @73 203 CryptSignHashA = _CryptSignHashA@24 @74 204 CryptSignHashW = _CryptSignHashW@24 @75 205 CryptVerifySignatureA = _CryptVerifySignatureA@24 @76 206 CryptVerifySignatureW = _CryptVerifySignatureW@24 @77 207 207 DeleteAce = _DeleteAce@8 @78 208 208 DeleteService = _DeleteService@4 @79
Note:
See TracChangeset
for help on using the changeset viewer.