www.pudn.com > inet_stock.zip > DES.H



typedef unsigned char far uchar;

#define UCHAR uchar far

typedef int (CALLBACK* lpfnDES_INIT)(uchar *);
typedef int (CALLBACK* lpfnDES_ECB)(uchar *,uchar *);

HINSTANCE hDesDll;
lpfnDES_INIT far pascal  desinit;
lpfnDES_ECB far pascal ecbencode;