int Daemon ()

Utility which when called attempts to run the caller as a daemon and log its output to the file stdout

CryptoRandom()
int getCryptoRandom(unsigned char* buf, int num)
buf will contain the generated random. number, and num indicates the
int getPseudoRandom(unsigned char* buf, int num)
int getRandom(unsigned char* buf, int num)
~CryptoRandom()

Documentation

Utility which when called attempts to run the caller as a daemon and log its output to the file stdout.log rather than to stdout. It checks the environment variable NO_DAEMON. If this is set, then it returns without starting the daemon. If the daemon is started successfully (or not at all due to the NO_DAEMON variable) it returns 0; otherwise, it returns a negative errorcode indicating that an attempt was made to start as a daemon and this attempt failed.
CryptoRandom()

~CryptoRandom()

int getCryptoRandom(unsigned char* buf, int num)
buf will contain the generated random. number, and num indicates the

int getRandom(unsigned char* buf, int num)

int getPseudoRandom(unsigned char* buf, int num)

alphabetic index hierarchy of classes


generated by doc++