Home
last modified time | relevance | path

Searched defs:rand_meth_st (Results 1 – 1 of 1) sorted by relevance

/openssl-master/include/openssl/
A Drand.h40 struct rand_meth_st { struct
41 int (*seed) (const void *buf, int num);
42 int (*bytes) (unsigned char *buf, int num);
43 void (*cleanup) (void);
44 int (*add) (const void *buf, int num, double randomness);
45 int (*pseudorand) (unsigned char *buf, int num);
46 int (*status) (void);

Completed in 2 milliseconds