Home
last modified time | relevance | path

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

/optee_test/host/openssl/include/openssl/
A Drand.h81 struct rand_meth_st { struct
82 void (*seed) (const void *buf, int num);
83 int (*bytes) (unsigned char *buf, int num);
84 void (*cleanup) (void);
85 void (*add) (const void *buf, int num, double entropy);
86 int (*pseudorand) (unsigned char *buf, int num);
87 int (*status) (void);

Completed in 2 milliseconds