mbed TLS v3.1.0
Data Fields
mbedtls_entropy_context Struct Reference

Entropy context structure. More...

#include <entropy.h>

Collaboration diagram for mbedtls_entropy_context:
Collaboration graph
[legend]

Data Fields

int private_accumulator_started
 
mbedtls_sha256_context private_accumulator
 
int private_source_count
 
mbedtls_entropy_source_state private_source [MBEDTLS_ENTROPY_MAX_SOURCES]
 
mbedtls_threading_mutex_t private_mutex
 
int private_initial_entropy_run
 

Detailed Description

Entropy context structure.

Definition at line 120 of file entropy.h.

Field Documentation

mbedtls_sha256_context mbedtls_entropy_context::private_accumulator

Definition at line 128 of file entropy.h.

int mbedtls_entropy_context::private_accumulator_started

Definition at line 122 of file entropy.h.

int mbedtls_entropy_context::private_initial_entropy_run

Definition at line 136 of file entropy.h.

mbedtls_threading_mutex_t mbedtls_entropy_context::private_mutex

mutex

Definition at line 133 of file entropy.h.

mbedtls_entropy_source_state mbedtls_entropy_context::private_source[MBEDTLS_ENTROPY_MAX_SOURCES]

Definition at line 131 of file entropy.h.

int mbedtls_entropy_context::private_source_count

Definition at line 130 of file entropy.h.


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