Searched defs:rand_meth_st (Results 1 – 1 of 1) sorted by relevance
81 struct rand_meth_st { struct82 void (*seed) (const void *buf, int num);83 int (*bytes) (unsigned char *buf, int num);84 void (*cleanup) (void);85 void (*add) (const void *buf, int num, double entropy);86 int (*pseudorand) (unsigned char *buf, int num);87 int (*status) (void);
Completed in 2 milliseconds