Files
des_undes/third_party/cryptlib-0.99/cryptnt.def
T

24 lines
450 B
Modula-2

; Definition file for Crypt DLL
LIBRARY CRYPTNT
DESCRIPTION 'Encryption DLL'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 8192
EXPORTS initLibrary
endLibrary
queryModeAvailability
queryAlgoAvailability
queryAlgoModeInformation
queryContextInformation
initCryptContext
initCryptContextEx
destroyCryptContext
loadCryptContext
loadIV
retrieveIV
encryptBuffer
decryptBuffer
IMPORTS