41 #include "mbedtls/entropy.h"
42 #include "mbedtls/ctr_drbg.h"
void oc_random_init(void)
Initialize the pseudo-random generator.
void oc_random_destroy(void)
destroy the pseudo-random generator
unsigned int oc_random_value(void)
Calculate a pseudo random number.
mbedtls_ctr_drbg_context * oc_random_get_ctr_drbg_context(void)
Get the mbedTLS platform RNG context.