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

The entropy source callback.

Definition at line 91 of file entropy.h.

Referenced by entropy_add_source(), and entropy_gather().

The callback data pointer.

Definition at line 92 of file entropy.h.

Referenced by entropy_add_source(), and entropy_gather().

Amount received.

Definition at line 93 of file entropy.h.

Referenced by entropy_func(), and entropy_gather().

Minimum level required before release.

Definition at line 94 of file entropy.h.

Referenced by entropy_add_source(), and entropy_func().


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

Generated on 9 Apr 2014 for PolarSSL v1.3.2 by  doxygen 1.6.1