Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A 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);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H 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);