Annotation of pgp/src/random.h, revision 1.1.1.7

1.1.1.6   root        1: #include "usuals.h"
                      2: 
1.1.1.7 ! root        3: struct IdeaCfbContext;
        !             4: int cryptRandOpen(struct IdeaCfbContext *);
1.1.1.6   root        5: byte cryptRandByte(void);
1.1.1.7 ! root        6: void cryptRandInit(struct IdeaCfbContext *);
        !             7: int cryptRandWriteFile(char const *, struct IdeaCfbContext *, unsigned);
        !             8: void cryptRandSave(struct IdeaCfbContext *);
1.1.1.6   root        9: 
                     10: unsigned trueRandEvent(int event);
                     11: void trueRandFlush(void);
                     12: void trueRandConsume(unsigned count);
                     13: void trueRandAccumLater(unsigned bitcount);
                     14: void trueRandAccum(unsigned count);
                     15: int trueRandByte(void);
                     16: 
                     17: int getstring(char *strbuf, unsigned maxlen, int echo);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.