Home
last modified time | relevance | path

Searched refs:context_hostname (Results 1 – 1 of 1) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_client.c885 const char *context_hostname = mbedtls_ssl_get_hostname_pointer(ssl); in ssl_prepare_client_hello() local
888 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()