You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
733 B
37 lines
733 B
; Copyright (C) Microsoft Corporation, 1996 - 1999
|
|
; logcsp.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "LogCsp"
|
|
; DESCRIPTION 'Logging Crypto Provider'
|
|
|
|
EXPORTS
|
|
CPAcquireContext
|
|
CPCreateHash
|
|
CPDecrypt
|
|
CPDeriveKey
|
|
CPDestroyHash
|
|
CPDestroyKey
|
|
CPDuplicateHash
|
|
CPDuplicateKey
|
|
CPEncrypt
|
|
CPExportKey
|
|
CPGenKey
|
|
CPGenRandom
|
|
CPGetHashParam
|
|
CPGetKeyParam
|
|
CPGetProvParam
|
|
CPGetUserKey
|
|
CPHashData
|
|
CPHashSessionKey
|
|
CPImportKey
|
|
CPReleaseContext
|
|
CPSetHashParam
|
|
CPSetKeyParam
|
|
CPSetProvParam
|
|
CPSignHash
|
|
CPVerifySignature
|
|
CPDuplicateHash
|
|
CPDuplicateKey
|
|
|
|
CspdkVerifyImage PRIVATE
|
|
|