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.
void * p_source
 The callback data pointer.
size_t size
 Amount received in bytes.
size_t threshold
 Minimum bytes required before release.
int strong
 Is the source strong?


Detailed Description

Entropy source state.

Definition at line 109 of file entropy.h.


Field Documentation

mbedtls_entropy_f_source_ptr mbedtls_entropy_source_state::f_source

The entropy source callback.

Definition at line 111 of file entropy.h.

void* mbedtls_entropy_source_state::p_source

The callback data pointer.

Definition at line 112 of file entropy.h.

size_t mbedtls_entropy_source_state::size

Amount received in bytes.

Definition at line 113 of file entropy.h.

int mbedtls_entropy_source_state::strong

Is the source strong?

Definition at line 115 of file entropy.h.

size_t mbedtls_entropy_source_state::threshold

Minimum bytes required before release.

Definition at line 114 of file entropy.h.


The documentation for this struct was generated from the following file:
Generated on 11 Mar 2017 for mbed TLS v2.4.2 by  doxygen 1.4.7