Home
last modified time | relevance | path

Searched refs:mbedtls_test_random (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_debug.function74 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
113 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
149 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
187 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
227 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
Dtest_suite_ssl.function1179 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
2985 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
3027 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
3060 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
3169 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
3224 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
3483 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dssl_helpers.h211 int mbedtls_test_random(void *p_rng, unsigned char *output, size_t output_len);
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c15 int mbedtls_test_random(void *p_rng, unsigned char *output, size_t output_len) in mbedtls_test_random() function
758 mbedtls_ssl_conf_rng(&(ep->conf), mbedtls_test_random, NULL); in mbedtls_test_ssl_endpoint_init()