webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
rand_meth_st Struct Reference

#include <rand.h>

Public Attributes

void(* seed )(const void *buf, int num)
 
int(* bytes )(uint8_t *buf, size_t num)
 
void(* cleanup )(void)
 
void(* add )(const void *buf, int num, double entropy)
 
int(* pseudorand )(uint8_t *buf, size_t num)
 
int(* status )(void)
 

Member Data Documentation

◆ add

void(* rand_meth_st::add) (const void *buf, int num, double entropy)

◆ bytes

int(* rand_meth_st::bytes) (uint8_t *buf, size_t num)

◆ cleanup

void(* rand_meth_st::cleanup) (void)

◆ pseudorand

int(* rand_meth_st::pseudorand) (uint8_t *buf, size_t num)

◆ seed

void(* rand_meth_st::seed) (const void *buf, int num)

◆ status

int(* rand_meth_st::status) (void)

The documentation for this struct was generated from the following file: