32 lines
491 B
Modula-2
32 lines
491 B
Modula-2
LIBRARY RSABASE
|
|
|
|
DESCRIPTION 'Software Crypto Provider'
|
|
|
|
EXPORTS
|
|
|
|
CPAcquireContext
|
|
CPReleaseContext
|
|
CPGenKey
|
|
CPDeriveKey
|
|
CPDestroyKey
|
|
CPSetKeyParam
|
|
CPGetKeyParam
|
|
CPExportKey
|
|
CPImportKey
|
|
CPEncrypt
|
|
CPDecrypt
|
|
CPCreateHash
|
|
CPHashData
|
|
CPHashSessionKey
|
|
CPDestroyHash
|
|
CPSignHash
|
|
CPVerifySignature
|
|
CPGenRandom
|
|
CPGetUserKey
|
|
CPSetProvParam
|
|
CPGetProvParam
|
|
CPSetHashParam
|
|
CPGetHashParam
|
|
|
|
DllRegisterServer
|