windows-nt/Source/XPSP1/NT/ds/security/csps/gemsafe/gpkcsp/gpkcsp.def
2020-09-26 16:20:57 +08:00

35 lines
563 B
Modula-2

LIBRARY GPKCSP
; DESCRIPTION 'Gemplus GemSAFE GPK Crypto Service Provider'
EXPORTS
DllMain
CPAcquireContext
CPReleaseContext
CPGenKey
CPDeriveKey
CPDestroyKey
CPSetKeyParam
CPGetKeyParam
CPExportKey
CPImportKey
CPEncrypt
CPDecrypt
CPCreateHash
CPHashData
CPHashSessionKey
CPDestroyHash
CPSignHash
CPVerifySignature
CPGenRandom
CPGetUserKey
CPSetProvParam
CPGetProvParam
CPSetHashParam
CPGetHashParam
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE