Lines Matching refs:endpoint
1778 int endpoint,
1796 TEST_ASSERT(endpoint == MBEDTLS_SSL_IS_CLIENT ||
1797 endpoint == MBEDTLS_SSL_IS_SERVER);
1799 if (endpoint == MBEDTLS_SSL_IS_SERVER) {
1802 if (endpoint == MBEDTLS_SSL_IS_CLIENT) {
1826 &transform_send, endpoint,
2033 TEST_ASSERT(original.endpoint == restored.endpoint);
2366 * handshake, force the TLS 1.2 version on endpoint under test.
2805 void conf_version(int endpoint, int transport,
2816 mbedtls_ssl_conf_endpoint(&conf, endpoint);
2823 mbedtls_ssl_context_get_config(&ssl)), endpoint);