Ignore:
Timestamp:
Mar 3, 2000, 12:08:23 AM (26 years ago)
Author:
sandervl
Message:

crypt api update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/advapi32/ADVAPI32.DEF

    r2343 r2976  
    1 ; $Id: ADVAPI32.DEF,v 1.11 2000-01-06 20:05:00 sandervl Exp $
     1; $Id: ADVAPI32.DEF,v 1.12 2000-03-02 23:08:22 sandervl Exp $
    22
    33;
     
    177177     CreateServiceA             = _CreateServiceA@52                 @48
    178178     CreateServiceW             = _CreateServiceW@52                 @49
    179 ;    CryptAcquireContextA                                       @50
    180 ;    CryptAcquireContextW                                       @51
    181 ;    CryptCreateHash                                            @52
    182 ;    CryptDecrypt                                               @53
    183 ;    CryptDeriveKey                                             @54
    184 ;    CryptDestroyHash                                           @55
    185 ;    CryptDestroyKey                                            @56
    186 ;    CryptEncrypt                                               @57
    187 ;    CryptExportKey                                             @58
    188 ;    CryptGenKey                                                @59
    189 ;    CryptGenRandom                                             @60
    190 ;    CryptGetHashParam                                          @61
    191 ;    CryptGetKeyParam                                           @62
    192 ;    CryptGetProvParam                                          @63
    193 ;    CryptGetUserKey                                            @64
    194 ;    CryptHashData                                              @65
    195 ;    CryptHashSessionKey                                        @66
    196 ;    CryptImportKey                                             @67
    197 ;    CryptReleaseContext                                        @68
    198 ;    CryptSetHashParam                                          @69
    199 ;    CryptSetKeyParam                                           @70
    200 ;    CryptSetProvParam                                          @71
    201 ;    CryptSetProviderA                                          @72
    202 ;    CryptSetProviderW                                          @73
    203 ;    CryptSignHashA                                             @74
    204 ;    CryptSignHashW                                             @75
    205 ;    CryptVerifySignatureA                                      @76
    206 ;    CryptVerifySignatureW                                      @77
     179     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
    207207     DeleteAce                  = _DeleteAce@8                       @78
    208208     DeleteService              = _DeleteService@4                   @79
Note: See TracChangeset for help on using the changeset viewer.