home *** CD-ROM | disk | FTP | other *** search
- #include "usuals.h"
- #include "idea.h" /* Declaration of IdeaCfbContext */
-
- int cryptRandOpen(struct IdeaCfbContext *);
- byte cryptRandByte(void);
- void cryptRandInit(struct IdeaCfbContext *);
- int cryptRandWriteFile(char const *, struct IdeaCfbContext *, unsigned);
- void cryptRandSave(struct IdeaCfbContext *);
-
- unsigned trueRandEvent(int event);
- void trueRandFlush(void);
- void trueRandConsume(unsigned count);
- void trueRandAccumLater(unsigned bitcount);
- void trueRandAccum(unsigned count);
- int trueRandByte(void);
-
- int getstring(char *strbuf, unsigned maxlen, int echo);
-