PolarSSL v1.3.1
Data Fields
source_state Struct Reference

Entropy source state. More...

#include <entropy.h>

Data Fields

f_source_ptr f_source
 The entropy source callback.
 
void * p_source
 The callback data pointer.
 
size_t size
 Amount received.
 
size_t threshold
 Minimum level required before release.
 

Detailed Description

Entropy source state.

Definition at line 89 of file entropy.h.

Field Documentation

f_source_ptr source_state::f_source

The entropy source callback.

Definition at line 91 of file entropy.h.

void* source_state::p_source

The callback data pointer.

Definition at line 92 of file entropy.h.

size_t source_state::size

Amount received.

Definition at line 93 of file entropy.h.

size_t source_state::threshold

Minimum level required before release.

Definition at line 94 of file entropy.h.


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