ReactOS 0.4.15-dev-7958-gcd0bb1a
mbedtls_entropy_context Struct Reference

Entropy context structure. More...

#include <entropy.h>

Collaboration diagram for mbedtls_entropy_context:

Public Attributes

int accumulator_started
 
mbedtls_sha256_context accumulator
 
int source_count
 
mbedtls_entropy_source_state source [MBEDTLS_ENTROPY_MAX_SOURCES]
 

Detailed Description

Entropy context structure.

Definition at line 148 of file entropy.h.

Member Data Documentation

◆ accumulator

mbedtls_sha256_context mbedtls_entropy_context::accumulator

Definition at line 156 of file entropy.h.

◆ accumulator_started

int mbedtls_entropy_context::accumulator_started

Definition at line 150 of file entropy.h.

◆ source

Definition at line 159 of file entropy.h.

◆ source_count

int mbedtls_entropy_context::source_count

Definition at line 158 of file entropy.h.


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