Home | History | Annotate | Download | only in test

Lines Matching defs:host_name

544     CBS extension, server_name_list, host_name;
559 !CBS_get_u16_length_prefixed(&server_name_list, &host_name) ||
565 if (!CBS_mem_equal(&host_name,
2031 if (!config->host_name.empty() &&
2032 !SSL_set_tlsext_host_name(ssl.get(), config->host_name.c_str())) {