Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_SESSION_get0_hostname.pod6 SSL_SESSION_set1_hostname,
16 int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);
35 SSL_SESSION_set1_hostname() sets the SNI value for the hostname to a copy of
52 SSL_SESSION_set1_hostname() returns 1 on success or 0 on error.
65 The SSL_SESSION_set1_hostname(), SSL_SESSION_get0_alpn_selected() and
/third_party/openssl/ssl/
Dssl_sess.c976 int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname) in SSL_SESSION_set1_hostname() function
/third_party/openssl/util/
Dlibssl.num470 SSL_SESSION_set1_hostname 471 3_0_0 EXIST::FUNCTION:
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1626 __owur int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);
/third_party/openssl/test/
Dsslapitest.c3972 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost")) in test_early_data_psk()
4009 || !TEST_true(SSL_SESSION_set1_hostname(serverpsk, "badhost"))) in test_early_data_psk()
4014 if (!TEST_true(SSL_SESSION_set1_hostname(sess, "goodhost")) in test_early_data_psk()
/third_party/openssl/include/openssl/
Dssl.h.in1664 __owur int SSL_SESSION_set1_hostname(SSL_SESSION *s, const char *hostname);