RetroArch
Public Attributes | List of all members
mbedtls_entropy_source_state Struct Reference

Entropy source state. More...

#include <entropy.h>

Collaboration diagram for mbedtls_entropy_source_state:
[legend]

Public Attributes

mbedtls_entropy_f_source_ptr f_source
 
voidp_source
 
size_t size
 
size_t threshold
 
int strong
 

Detailed Description

Entropy source state.

Member Data Documentation

◆ f_source

mbedtls_entropy_f_source_ptr mbedtls_entropy_source_state::f_source

The entropy source callback

◆ p_source

void* mbedtls_entropy_source_state::p_source

The callback data pointer

◆ size

size_t mbedtls_entropy_source_state::size

Amount received in bytes

◆ strong

int mbedtls_entropy_source_state::strong

Is the source strong?

◆ threshold

size_t mbedtls_entropy_source_state::threshold

Minimum bytes required before release


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