Home
last modified time | relevance | path

Searched refs:fallback_f_rng (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/tests/src/
H A Drandom.c90 if (info->fallback_f_rng != NULL) { in mbedtls_test_rnd_buffer_rand()
91 return info->fallback_f_rng(info->fallback_p_rng, in mbedtls_test_rnd_buffer_rand()
/third_party/mbedtls/tests/include/test/
H A Drandom.h36 /* If fallback_f_rng is NULL, fail after delivering length bytes. */
37 int (*fallback_f_rng)(void *, unsigned char *, size_t); member

Completed in 1 milliseconds