Mbed OS Reference
Loading...
Searching...
No Matches
mbedtls_entropy_source_state Struct Reference

Entropy source state. More...

#include <entropy.h>

Data Fields

mbedtls_entropy_f_source_ptr f_source
 The entropy source callback. More...
 
void * p_source
 The callback data pointer. More...
 
size_t size
 Amount received in bytes. More...
 
size_t threshold
 Minimum bytes required before release. More...
 
int strong
 Is the source strong? More...
 

Detailed Description

Entropy source state.

Definition at line 115 of file entropy.h.

Field Documentation

◆ f_source

The entropy source callback.

Definition at line 117 of file entropy.h.

◆ p_source

void* p_source

The callback data pointer.

Definition at line 118 of file entropy.h.

◆ size

size_t size

Amount received in bytes.

Definition at line 119 of file entropy.h.

◆ threshold

size_t threshold

Minimum bytes required before release.

Definition at line 120 of file entropy.h.

◆ strong

int strong

Is the source strong?

Definition at line 121 of file entropy.h.