32 lines
531 B
Modula-2
32 lines
531 B
Modula-2
LIBRARY RSAAES
|
|
|
|
EXPORTS
|
|
|
|
CPAcquireContext
|
|
CPReleaseContext
|
|
CPGenKey
|
|
CPDeriveKey
|
|
CPDestroyKey
|
|
CPSetKeyParam
|
|
CPGetKeyParam
|
|
CPExportKey
|
|
CPImportKey
|
|
CPEncrypt
|
|
CPDecrypt
|
|
CPCreateHash
|
|
CPHashData
|
|
CPHashSessionKey
|
|
CPDestroyHash
|
|
CPSignHash
|
|
CPVerifySignature
|
|
CPGenRandom
|
|
CPGetUserKey
|
|
CPSetProvParam
|
|
CPGetProvParam
|
|
CPSetHashParam
|
|
CPGetHashParam
|
|
CPDuplicateKey
|
|
CPDuplicateHash
|
|
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE |