Searched refs:mbedtls_test_random (Results 1 – 4 of 4) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_debug.function | 74 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);
|
D | test_suite_ssl.function | 1179 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/ |
D | ssl_helpers.h | 211 int mbedtls_test_random(void *p_rng, unsigned char *output, size_t output_len);
|
/mbedtls-latest/tests/src/test_helpers/ |
D | ssl_helpers.c | 15 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()
|