PolarSSL v1.3.9
entropy_context Struct Reference

Entropy context structure. More...

#include <entropy.h>

Collaboration diagram for entropy_context:

Data Fields

sha512_context accumulator
 
int source_count
 
source_state source [ENTROPY_MAX_SOURCES]
 
havege_state havege_data
 

Detailed Description

Entropy context structure.

Definition at line 121 of file entropy.h.

Field Documentation

◆ accumulator

sha512_context entropy_context::accumulator

Definition at line 124 of file entropy.h.

◆ havege_data

havege_state entropy_context::havege_data

Definition at line 131 of file entropy.h.

◆ source

source_state entropy_context::source[ENTROPY_MAX_SOURCES]

Definition at line 129 of file entropy.h.

◆ source_count

int entropy_context::source_count

Definition at line 128 of file entropy.h.


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