#include <rand.h>
Data Fields | |
| void(* | seed )(const void *buf, int num) |
| int(* | bytes )(unsigned char *buf, int num) |
| void(* | cleanup )(void) |
| void(* | add )(const void *buf, int num, double entropy) |
| int(* | pseudorand )(unsigned char *buf, int num) |
| int(* | status )(void) |
Definition at line 81 of file rand.h.
| void(* rand_meth_st::seed)(const void *buf, int num) |
| int(* rand_meth_st::bytes)(unsigned char *buf, int num) |
| void(* rand_meth_st::cleanup)(void) |
| void(* rand_meth_st::add)(const void *buf, int num, double entropy) |
| int(* rand_meth_st::pseudorand)(unsigned char *buf, int num) |
| int(* rand_meth_st::status)(void) |
1.5.6