Searched refs:mbedtls_test_random (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/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); 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/ |
D | ssl_helpers.h | 211 int mbedtls_test_random(void *p_rng, unsigned char *output, size_t output_len);
|
/openthread-latest/third_party/mbedtls/repo/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 758 mbedtls_ssl_conf_rng(&(ep->conf), mbedtls_test_random, NULL); in mbedtls_test_ssl_endpoint_init()
|