Home
last modified time | relevance | path

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

/mbedtls-latest/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);
2998 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
3040 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
3073 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
3182 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
3237 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
3496 mbedtls_ssl_conf_rng(&conf, mbedtls_test_random, NULL);
/mbedtls-latest/tests/include/test/
Dssl_helpers.h211 int mbedtls_test_random(void *p_rng, unsigned char *output, size_t output_len);
/mbedtls-latest/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
761 mbedtls_ssl_conf_rng(&(ep->conf), mbedtls_test_random, NULL); in mbedtls_test_ssl_endpoint_init()