Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/rand/
H A Drand.h75 struct rand_meth_st { struct
76 void (*seed)(const void *buf, int num);
77 int (*bytes)(unsigned char *buf, int num);
78 void (*cleanup)(void);
79 void (*add)(const void *buf, int num, double entropy);
80 int (*pseudorand)(unsigned char *buf, int num);
81 int (*status)(void);