Searched refs:context_hostname (Results 1 – 1 of 1) sorted by relevance
885 const char *context_hostname = mbedtls_ssl_get_hostname_pointer(ssl); in ssl_prepare_client_hello() local888 int hostname_mismatch = context_hostname != NULL || in ssl_prepare_client_hello()890 if (context_hostname != NULL && session_negotiate->hostname != NULL) { in ssl_prepare_client_hello()892 context_hostname, session_negotiate->hostname) != 0; in ssl_prepare_client_hello()903 context_hostname); in ssl_prepare_client_hello()