Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/include/openssl/
Drand.h22 struct rand_meth_st { struct
23 int (*seed) (const void *buf, int num);
24 int (*bytes) (unsigned char *buf, int num);
25 void (*cleanup) (void);
26 int (*add) (const void *buf, int num, double randomness);
27 int (*pseudorand) (unsigned char *buf, int num);
28 int (*status) (void);