35 lines
563 B
Modula-2
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
|