Lines Matching refs:endpoint
1830 int endpoint,
1850 TEST_ASSERT(endpoint == MBEDTLS_SSL_IS_CLIENT ||
1851 endpoint == MBEDTLS_SSL_IS_SERVER);
1853 if (endpoint == MBEDTLS_SSL_IS_SERVER) {
1856 if (endpoint == MBEDTLS_SSL_IS_CLIENT) {
1878 &transform_send, endpoint,
2037 TEST_ASSERT(original.endpoint == restored.endpoint);
2544 * handshake, force the TLS 1.2 version on endpoint under test.
2983 void conf_version(int endpoint, int transport,
2994 mbedtls_ssl_conf_endpoint(&conf, endpoint);
3002 mbedtls_ssl_context_get_config(&ssl)), endpoint);