OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSL_get_servername
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c
2857
const char *
SSL_get_servername
(const SSL *s, const int type)
2925
if (
SSL_get_servername
(s, TLSEXT_NAMETYPE_host_name) != NULL)
/src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c
2666
const char *
SSL_get_servername
(const SSL *s, const int type)
2734
if (
SSL_get_servername
(s, TLSEXT_NAMETYPE_host_name) != NULL)
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c
3467
const char *
SSL_get_servername
(const SSL *s, const int type)
3543
if (
SSL_get_servername
(s, TLSEXT_NAMETYPE_host_name) != NULL)
Completed in 37 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026