windows-nt/Source/XPSP1/NT/ds/security/csps/gemsafe/gpkcsp/gpkcsp.def

35 lines
563 B
Modula-2
Raw Normal View History

2020-09-26 03:20:57 -05:00
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