Software APIs
Data Fields
entropy_complex_config Struct Reference

Entropy complex configuration settings. More...

Data Fields

entropy_complex_config_id_t id
 Configuration identifier.
 
entropy_src_config_t entropy_src
 ENTROPY_SRC configuration.
 
edn_config_t edn0
 EDN0 configuration.
 
edn_config_t edn1
 EDN1 configuration.
 

Detailed Description

Entropy complex configuration settings.

Contains configuration paramenters for entropy_src, csrng, edn0 and edn1.

Definition at line 198 of file entropy.c.

Field Documentation

◆ edn0

edn_config_t entropy_complex_config::edn0

EDN0 configuration.

Definition at line 210 of file entropy.c.

◆ edn1

edn_config_t entropy_complex_config::edn1

EDN1 configuration.

Definition at line 214 of file entropy.c.

◆ entropy_src

entropy_src_config_t entropy_complex_config::entropy_src

ENTROPY_SRC configuration.

Definition at line 206 of file entropy.c.

◆ id

entropy_complex_config_id_t entropy_complex_config::id

Configuration identifier.

Definition at line 202 of file entropy.c.