Loading...
Searching...
No Matches
entropy_source_mbedtls_riot_t Struct Reference

Structure containing entropy function and its strength. More...

Detailed Description

Structure containing entropy function and its strength.

Definition at line 31 of file entropy_sources_mbedtls_riot.h.

#include <entropy_sources_mbedtls_riot.h>

Data Fields

mbedtls_entropy_f_source_ptr func
 Pointer to entropy callback func.
 
int strong
 Strength of the entropy function (strong=1 for high entropy sources, strong=0 for weak entropy sources)
 

Field Documentation

◆ func

mbedtls_entropy_f_source_ptr entropy_source_mbedtls_riot_t::func

Pointer to entropy callback func.

Definition at line 32 of file entropy_sources_mbedtls_riot.h.

◆ strong

int entropy_source_mbedtls_riot_t::strong

Strength of the entropy function (strong=1 for high entropy sources, strong=0 for weak entropy sources)

Definition at line 33 of file entropy_sources_mbedtls_riot.h.


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