RetroArch
Functions
entropy_poll.c File Reference
#include "mbedtls/config.h"
#include "mbedtls/entropy.h"
#include "mbedtls/entropy_poll.h"
#include <string.h>
#include "mbedtls/timing.h"
#include <stdio.h>
Include dependency graph for entropy_poll.c:

Functions

int mbedtls_platform_entropy_poll (void *data, unsigned char *output, size_t len, size_t *olen)
 Entropy poll callback that provides 0 entropy. More...
 
int mbedtls_hardclock_poll (void *data, unsigned char *output, size_t len, size_t *olen)
 mbedtls_timing_hardclock-based entropy poll callback More...
 

Function Documentation

◆ mbedtls_hardclock_poll()

int mbedtls_hardclock_poll ( void data,
unsigned char *  output,
size_t  len,
size_t *  olen 
)

mbedtls_timing_hardclock-based entropy poll callback

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mbedtls_platform_entropy_poll()

int mbedtls_platform_entropy_poll ( void data,
unsigned char *  output,
size_t  len,
size_t *  olen 
)

Entropy poll callback that provides 0 entropy.

Platform-specific entropy poll callback

Here is the call graph for this function:
Here is the caller graph for this function: