Searched refs:SSL_SESSION_set1_hostname (Results 1 – 9 of 9) sorted by relevance
6 SSL_SESSION_set1_hostname,16 int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);33 SSL_SESSION_set1_hostname() sets the SNI value for the hostname to a copy of50 SSL_SESSION_set1_hostname() returns 1 on success or 0 on error.63 The SSL_SESSION_set1_hostname(), SSL_SESSION_get0_alpn_selected() and
454 SSL_SESSION_set1_hostname;
1030 int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname) in SSL_SESSION_set1_hostname() function
470 SSL_SESSION_set1_hostname 471 3_0_0 EXIST::FUNCTION:
469 | `SSL_SESSION_set1_hostname` | HL | U | A | NC\* | Done …489 | `SSL_SESSION_set1_hostname` | HL | U | A | NC\* | Done …
1761 __owur int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);
1714 __owur int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);
4301 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost")) in test_early_data_psk()4338 || !TEST_true(SSL_SESSION_set1_hostname(serverpsk, "badhost"))) in test_early_data_psk()4343 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost")) in test_early_data_psk()
4349 MLINKS+= SSL_SESSION_get0_hostname.3 SSL_SESSION_set1_hostname.3