home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Networking / SambaManager / cryptdefs.h < prev    next >
Encoding:
Text File  |  1998-03-10  |  253 b   |  8 lines

  1. typedef unsigned short uint16;
  2. typedef short int16;
  3. typedef unsigned char uchar ;
  4.  
  5. void mdfour(unsigned char *out, unsigned char *in, int n);
  6. void E_md4hash(unsigned char *passwd, unsigned char *p16);
  7. void E_P16(unsigned char *p14, unsigned char *p16);
  8.