|
RetroArch
|
#include "mbedtls/config.h"#include "mbedtls/entropy.h"#include "mbedtls/entropy_poll.h"#include <string.h>#include "mbedtls/timing.h"#include <stdio.h>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... | |
| int mbedtls_hardclock_poll | ( | void * | data, |
| unsigned char * | output, | ||
| size_t | len, | ||
| size_t * | olen | ||
| ) |
mbedtls_timing_hardclock-based entropy poll callback
| 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
1.8.15