mbed TLS v3.1.0
Data Fields
mbedtls_entropy_source_state Struct Reference

Entropy source state. More...

#include <entropy.h>

Data Fields

mbedtls_entropy_f_source_ptr private_f_source
 
void * private_p_source
 
size_t private_size
 
size_t private_threshold
 
int private_strong
 

Detailed Description

Entropy source state.

Definition at line 107 of file entropy.h.

Field Documentation

mbedtls_entropy_f_source_ptr mbedtls_entropy_source_state::private_f_source

The entropy source callback

Definition at line 109 of file entropy.h.

void* mbedtls_entropy_source_state::private_p_source

The callback data pointer

Definition at line 110 of file entropy.h.

size_t mbedtls_entropy_source_state::private_size

Amount received in bytes

Definition at line 111 of file entropy.h.

int mbedtls_entropy_source_state::private_strong

Is the source strong?

Definition at line 113 of file entropy.h.

size_t mbedtls_entropy_source_state::private_threshold

Minimum bytes required before release

Definition at line 112 of file entropy.h.


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